Class PopTemplateManager
java.lang.Object
zombie.core.skinnedmodel.population.PopTemplateManager
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddClothingItem
(IsoGameCharacter gameCharacter, ModelManager.ModelSlot modelSlot, ItemVisual itemVisual, ClothingItem clothingItem) void
init()
boolean
isItemModelHidden
(BodyLocationGroup bodyLocationGroup, ItemVisuals itemVisuals, ItemVisual itemVisual) void
populateCharacterModelSlot
(IsoGameCharacter gameCharacter, ModelManager.ModelSlot modelSlot)
-
Field Details
-
instance
-
m_MaleSkins
-
m_FemaleSkins
-
m_MaleSkins_Zombie1
-
m_FemaleSkins_Zombie1
-
m_MaleSkins_Zombie2
-
m_FemaleSkins_Zombie2
-
m_MaleSkins_Zombie3
-
m_FemaleSkins_Zombie3
-
m_SkeletonMaleSkins_Zombie
-
m_SkeletonFemaleSkins_Zombie
-
SKELETON_BURNED_SKIN_INDEX
public static final int SKELETON_BURNED_SKIN_INDEX- See Also:
-
SKELETON_NORMAL_SKIN_INDEX
public static final int SKELETON_NORMAL_SKIN_INDEX- See Also:
-
SKELETON_MUSCLE_SKIN_INDEX
public static final int SKELETON_MUSCLE_SKIN_INDEX- See Also:
-
-
Constructor Details
-
PopTemplateManager
public PopTemplateManager()
-
-
Method Details
-
init
public void init() -
addClothingItem
public ModelInstance addClothingItem(IsoGameCharacter gameCharacter, ModelManager.ModelSlot modelSlot, ItemVisual itemVisual, ClothingItem clothingItem) -
populateCharacterModelSlot
public void populateCharacterModelSlot(IsoGameCharacter gameCharacter, ModelManager.ModelSlot modelSlot) -
isItemModelHidden
public boolean isItemModelHidden(BodyLocationGroup bodyLocationGroup, ItemVisuals itemVisuals, ItemVisual itemVisual)
-