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 voidSkinnableEntity.setSkinFlags(Set<SkinLayers.Layer> flags) -
Uses of SkinLayers.Layer in net.citizensnpcs.trait
Subclasses with type arguments of type SkinLayers.Layer in net.citizensnpcs.traitMethods in net.citizensnpcs.trait that return SkinLayers.LayerModifier and TypeMethodDescriptionstatic SkinLayers.LayerReturns 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 that return types with arguments of type SkinLayers.LayerModifier and TypeMethodDescriptionstatic Set<SkinLayers.Layer> SkinLayers.Layer.fromByte(byte flags) Methods in net.citizensnpcs.trait with parameters of type SkinLayers.LayerModifier and TypeMethodDescriptionbooleanSkinLayers.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 byteSkinLayers.Layer.toByte(Set<SkinLayers.Layer> flags)