Uses of Class
zombie.core.skinnedmodel.ModelManager.ModelSlot
Packages that use ModelManager.ModelSlot
Package
Description
-
Uses of ModelManager.ModelSlot in zombie.core
Methods in zombie.core with parameters of type ModelManager.ModelSlot -
Uses of ModelManager.ModelSlot in zombie.core.skinnedmodel
Methods in zombie.core.skinnedmodel that return ModelManager.ModelSlotMethods in zombie.core.skinnedmodel with parameters of type ModelManager.ModelSlotModifier and TypeMethodDescriptionModelManager.addStatic
(ModelManager.ModelSlot slot, String meshName, String texName, String boneName, String shaderName) ModelCameraRenderData.init
(ModelCamera camera, ModelManager.ModelSlot modelSlot) ModelManager.newStaticInstance
(ModelManager.ModelSlot slot, String meshName, String texName, String boneName, String shaderName) -
Uses of ModelManager.ModelSlot in zombie.core.skinnedmodel.model
Fields in zombie.core.skinnedmodel.model declared as ModelManager.ModelSlotMethods in zombie.core.skinnedmodel.model with parameters of type ModelManager.ModelSlotModifier and TypeMethodDescriptionModelSlotRenderData.init
(ModelManager.ModelSlot _modelSlot) void
ModelSlotRenderData.initModel
(ModelManager.ModelSlot modelSlotx) -
Uses of ModelManager.ModelSlot in zombie.core.skinnedmodel.population
Methods in zombie.core.skinnedmodel.population with parameters of type ModelManager.ModelSlotModifier and TypeMethodDescriptionPopTemplateManager.addClothingItem
(IsoGameCharacter chr, ModelManager.ModelSlot modelSlot, ItemVisual itemVisual, ClothingItem clothingItem) PopTemplateManager.addClothingItem
(IsoGameCharacter isoGameCharacter, ModelManager.ModelSlot modelSlot, ItemVisual itemVisual, ClothingItem clothingItem, boolean boolean0) void
PopTemplateManager.populateCharacterModelSlot
(IsoGameCharacter chr, ModelManager.ModelSlot modelSlot) -
Uses of ModelManager.ModelSlot in zombie.core.sprite
Methods in zombie.core.sprite with parameters of type ModelManager.ModelSlotModifier and TypeMethodDescriptionvoid
GenericSpriteRenderState.drawModel
(ModelManager.ModelSlot model) void
GenericSpriteRenderState.drawQueued
(ModelManager.ModelSlot modelSlot) -
Uses of ModelManager.ModelSlot in zombie.core.textures
Methods in zombie.core.textures with parameters of type ModelManager.ModelSlotModifier and TypeMethodDescriptionstatic void
TextureDraw.drawModel
(TextureDraw texd, ModelManager.ModelSlot model) static void
TextureDraw.DrawQueued
(TextureDraw textureDraw, ModelManager.ModelSlot modelSlot) -
Uses of ModelManager.ModelSlot in zombie.iso.sprite
Fields in zombie.iso.sprite declared as ModelManager.ModelSlot