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 HumanVisual
getHumanVisual()
void
getItemVisuals(ItemVisuals itemVisuals)
boolean
isFemale()
boolean
isSkeleton()
boolean
isZombie()
-
Method Details
-
getHumanVisual
HumanVisual getHumanVisual() -
getItemVisuals
-
isFemale
boolean isFemale() -
isZombie
boolean isZombie() -
isSkeleton
boolean isSkeleton()
-