Package zombie.core.skinnedmodel.visual
Interface IHumanVisual
- All Known Implementing Classes:
AnimatedModel,IsoDeadBody,IsoMannequin,IsoPlayer,IsoZombie,RandomizedBuildingBase.HumanCorpse,SharedDescriptors.Descriptor,SurvivorDesc
public interface IHumanVisual
-
Method Summary
Modifier and Type Method Description HumanVisualgetHumanVisual()voidgetItemVisuals(ItemVisuals itemVisuals)booleanisFemale()booleanisSkeleton()booleanisZombie()
-
Method Details
-
getHumanVisual
HumanVisual getHumanVisual() -
getItemVisuals
-
isFemale
boolean isFemale() -
isZombie
boolean isZombie() -
isSkeleton
boolean isSkeleton()
-