Uses of Enum Class
net.risingworld.api.definitions.Clothing.Type
Packages that use Clothing.Type
-
Uses of Clothing.Type in net.risingworld.api.definitions
Fields in net.risingworld.api.definitions declared as Clothing.TypeMethods in net.risingworld.api.definitions that return Clothing.TypeModifier and TypeMethodDescriptionstatic Clothing.Type
Clothing.Type.get
(int value) static Clothing.Type
Returns the enum constant of this class with the specified name.static Clothing.Type[]
Clothing.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Clothing.Type in net.risingworld.api.objects
Methods in net.risingworld.api.objects with parameters of type Clothing.TypeModifier and TypeMethodDescriptionClothes.get
(Clothing.Type type) Gets a garment the player/npc is wearing (depending on the provided type).boolean
Clothes.hasType
(Clothing.Type type) boolean
Clothes.remove
(Clothing.Type type)