Uses of Enum
net.citizensnpcs.trait.SkinLayers.Layer
Packages that use SkinLayers.Layer
-
Uses of SkinLayers.Layer in net.citizensnpcs.npc.skin
Method parameters in net.citizensnpcs.npc.skin with type arguments of type SkinLayers.LayerModifier and TypeMethodDescriptiondefault void
SkinnableEntity.setSkinFlags
(Set<SkinLayers.Layer> flags) -
Uses of SkinLayers.Layer in net.citizensnpcs.trait
Methods in net.citizensnpcs.trait that return SkinLayers.LayerModifier and TypeMethodDescriptionstatic SkinLayers.Layer
Returns the enum constant of this type with the specified name.static SkinLayers.Layer[]
SkinLayers.Layer.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.citizensnpcs.trait with parameters of type SkinLayers.LayerModifier and TypeMethodDescriptionboolean
SkinLayers.isVisible
(SkinLayers.Layer layer) SkinLayers.setVisible
(SkinLayers.Layer layer, boolean isVisible) Method parameters in net.citizensnpcs.trait with type arguments of type SkinLayers.LayerModifier and TypeMethodDescriptionstatic byte
SkinLayers.Layer.toByte
(Set<SkinLayers.Layer> flags)