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.TypeClothing.Type.get(int value) static Clothing.TypeReturns 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).booleanClothes.hasType(Clothing.Type type) booleanClothes.remove(Clothing.Type type)