Class PopTemplateManager
java.lang.Object
zombie.core.skinnedmodel.population.PopTemplateManager
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PopTemplateManagerstatic final intstatic final intstatic final int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddClothingItem(IsoGameCharacter chr, ModelManager.ModelSlot modelSlot, ItemVisual itemVisual, ClothingItem clothingItem) addClothingItem(IsoGameCharacter chr, ModelManager.ModelSlot modelSlot, ItemVisual itemVisual, ClothingItem clothingItem, boolean alt) voidinit()booleanisItemModelAlt(BodyLocationGroup bodyLocationGroup, ItemVisuals visuals, ItemVisual visual) booleanisItemModelAlt(ItemVisuals visuals, ItemBodyLocation bodyLocation) booleanisItemModelHidden(BodyLocationGroup bodyLocationGroup, ItemVisuals visuals, ItemVisual visual) booleanisItemModelHidden(ItemVisuals visuals, ItemBodyLocation bodyLocation) voidpopulateCharacterModelSlot(IsoGameCharacter chr, ModelManager.ModelSlot modelSlot)
-
Field Details
-
instance
-
maleSkins
-
femaleSkins
-
maleSkinsZombie1
-
femaleSkinsZombie1
-
maleSkinsZombie2
-
femaleSkinsZombie2
-
maleSkinsZombie3
-
femaleSkinsZombie3
-
cowSkins
-
ratSkins
-
skeletonMaleSkinsZombie
-
skeletonFemaleSkinsZombie
-
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 chr, ModelManager.ModelSlot modelSlot, ItemVisual itemVisual, ClothingItem clothingItem, boolean alt) -
populateCharacterModelSlot
-
isItemModelHidden
public boolean isItemModelHidden(BodyLocationGroup bodyLocationGroup, ItemVisuals visuals, ItemVisual visual) -
isItemModelHidden
-
isItemModelAlt
public boolean isItemModelAlt(BodyLocationGroup bodyLocationGroup, ItemVisuals visuals, ItemVisual visual) -
isItemModelAlt
-