Class PopTemplateManager
java.lang.Object
zombie.core.skinnedmodel.population.PopTemplateManager
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PopTemplateManager
static final int
static final int
static final int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddClothingItem
(IsoGameCharacter chr, ModelManager.ModelSlot modelSlot, ItemVisual itemVisual, ClothingItem clothingItem) addClothingItem
(IsoGameCharacter isoGameCharacter, ModelManager.ModelSlot modelSlot, ItemVisual itemVisual, ClothingItem clothingItem, boolean boolean0) void
init()
boolean
isItemModelAlt
(BodyLocationGroup bodyLocationGroup, ItemVisuals itemVisuals, ItemVisual itemVisual) boolean
isItemModelAlt
(ItemVisuals itemVisuals, String string) boolean
isItemModelHidden
(BodyLocationGroup bodyLocationGroup, ItemVisuals visuals, ItemVisual visual) boolean
isItemModelHidden
(ItemVisuals itemVisuals, String string) void
populateCharacterModelSlot
(IsoGameCharacter chr, 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_CowSkins
-
m_RatSkins
-
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 chr, ModelManager.ModelSlot modelSlot, ItemVisual itemVisual, ClothingItem clothingItem) -
addClothingItem
public ModelInstance addClothingItem(IsoGameCharacter isoGameCharacter, ModelManager.ModelSlot modelSlot, ItemVisual itemVisual, ClothingItem clothingItem, boolean boolean0) -
populateCharacterModelSlot
-
isItemModelHidden
public boolean isItemModelHidden(BodyLocationGroup bodyLocationGroup, ItemVisuals visuals, ItemVisual visual) -
isItemModelHidden
-
isItemModelAlt
public boolean isItemModelAlt(BodyLocationGroup bodyLocationGroup, ItemVisuals itemVisuals, ItemVisual itemVisual) -
isItemModelAlt
-