Uses of Class
zombie.core.skinnedmodel.ModelManager.ModelSlot
Packages that use ModelManager.ModelSlot
Package
Description
-
Uses of ModelManager.ModelSlot in zombie
Methods in zombie with parameters of type ModelManager.ModelSlotModifier and TypeMethodDescriptionvoidEffectsManager.initMuzzleFlashModel(ModelInstanceRenderData modelInstanceRenderData0, IsoGameCharacter character, ModelInstanceRenderDataList modelInstanceRenderDataList, ModelManager.ModelSlot modelSlot) booleanEffectsManager.postRender(IsoGameCharacter character, ModelInstance modelInstance, ModelInstanceRenderData modelInstanceRenderData, ModelManager.ModelSlot modelSlot) -
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 modelCamera, 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) voidModelSlotRenderData.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 character, ModelManager.ModelSlot modelSlot, ItemVisual itemVisual, ClothingItem clothingItem) PopTemplateManager.addClothingItem(IsoGameCharacter character, ModelManager.ModelSlot modelSlot, ItemVisual itemVisual, ClothingItem clothingItem, boolean boolean0) voidPopTemplateManager.populateCharacterModelSlot(IsoGameCharacter character, ModelManager.ModelSlot modelSlot) -
Uses of ModelManager.ModelSlot in zombie.core.sprite
Methods in zombie.core.sprite with parameters of type ModelManager.ModelSlotModifier and TypeMethodDescriptionvoidGenericSpriteRenderState.drawModel(ModelManager.ModelSlot model) voidGenericSpriteRenderState.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 voidTextureDraw.drawModel(TextureDraw texd, ModelManager.ModelSlot model) static voidTextureDraw.DrawQueued(TextureDraw textureDraw, ModelManager.ModelSlot modelSlot) -
Uses of ModelManager.ModelSlot in zombie.iso.sprite
Fields in zombie.iso.sprite declared as ModelManager.ModelSlot