Uses of Enum Class
net.risingworld.api.definitions.Clothing.Function
Packages that use Clothing.Function
-
Uses of Clothing.Function in net.risingworld.api.definitions
Fields in net.risingworld.api.definitions declared as Clothing.FunctionModifier and TypeFieldDescriptionClothing.ClothingDefinition.function
Gets the special function/behaviour of this clothing piece.Methods in net.risingworld.api.definitions that return Clothing.FunctionModifier and TypeMethodDescriptionstatic Clothing.Function
Clothing.Function.get
(int value) static Clothing.Function
Returns the enum constant of this class with the specified name.static Clothing.Function[]
Clothing.Function.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Clothing.Function in net.risingworld.api.objects
Methods in net.risingworld.api.objects with parameters of type Clothing.FunctionModifier and TypeMethodDescriptionboolean
Clothes.hasSpecialGear
(Clothing.Function clothingFunction) Checks if the character is wearing any garment with a special function.