Uses of Enum Class
zombie.core.skinnedmodel.model.CharacterMask.Part
Packages that use CharacterMask.Part
-
Uses of CharacterMask.Part in zombie.characterTextures
Methods in zombie.characterTextures that return CharacterMask.Part -
Uses of CharacterMask.Part in zombie.core.skinnedmodel.model
Subclasses with type arguments of type CharacterMask.Part in zombie.core.skinnedmodel.modelMethods in zombie.core.skinnedmodel.model that return CharacterMask.PartModifier and TypeMethodDescriptionstatic CharacterMask.Part
CharacterMask.Part.fromInt
(int index) CharacterMask.Part.getParent()
static CharacterMask.Part[]
CharacterMask.Part.leaves()
CharacterMask.Part.subDivisions()
static CharacterMask.Part
Returns the enum constant of this class with the specified name.static CharacterMask.Part[]
CharacterMask.Part.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in zombie.core.skinnedmodel.model with parameters of type CharacterMask.PartModifier and TypeMethodDescriptionboolean
CharacterMask.isPartVisible
(CharacterMask.Part part) void
CharacterMask.setPartVisible
(CharacterMask.Part part, boolean isVisible) Method parameters in zombie.core.skinnedmodel.model with type arguments of type CharacterMask.PartModifier and TypeMethodDescriptionvoid
CharacterMask.forEachVisible
(Consumer<CharacterMask.Part> action)