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.PartCharacterMask.Part.fromInt(int index) CharacterMask.Part.getParent()static CharacterMask.Part[]CharacterMask.Part.leaves()CharacterMask.Part.subDivisions()static CharacterMask.PartReturns 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 TypeMethodDescriptionbooleanCharacterMask.isPartVisible(CharacterMask.Part part) voidCharacterMask.setPartVisible(CharacterMask.Part part, boolean isVisible) Method parameters in zombie.core.skinnedmodel.model with type arguments of type CharacterMask.PartModifier and TypeMethodDescriptionvoidCharacterMask.forEachVisible(Consumer<CharacterMask.Part> action)