Uses of Class
net.risingworld.api.definitions.Clothing.ClothingDefinition
Packages that use Clothing.ClothingDefinition
Package
Description
-
Uses of Clothing.ClothingDefinition in net.risingworld.api.definitions
Methods in net.risingworld.api.definitions that return Clothing.ClothingDefinitionModifier and TypeMethodDescriptionstatic Clothing.ClothingDefinition[]
Definitions.getAllClothingDefinitions()
Gets an array containing all clothing definitions of the game.static Clothing.ClothingDefinition
Definitions.getClothingDefinition
(int id) Gets a clothing definition by id.static Clothing.ClothingDefinition
Definitions.getClothingDefinition
(String name) Gets a clothing definition by name, using the internal name (e.g "mininghelmet"), not the localized name! -
Uses of Clothing.ClothingDefinition in net.risingworld.api.events.npc
Methods in net.risingworld.api.events.npc that return Clothing.ClothingDefinitionModifier and TypeMethodDescriptionNpcAddClothesEvent.getClothingDefinition()
Gets the definition of the clothing piece that's about to be added to the npc.NpcAddSaddleBagEvent.getClothingDefinition()
Gets the definition of the saddle bag that's about to be added to the npc.NpcAddSaddleEvent.getClothingDefinition()
Gets the definition of the saddle that's about to be added to the npc.NpcRemoveClothesEvent.getClothingDefinition()
Gets the definition of the clothing piece that's about to be removed from the npc.NpcRemoveSaddleBagEvent.getClothingDefinition()
Gets the definition of the saddle bag that's about to be removed.NpcRemoveSaddleEvent.getClothingDefinition()
Gets the definition of the saddle that's about to be removed. -
Uses of Clothing.ClothingDefinition in net.risingworld.api.objects
Methods in net.risingworld.api.objects that return Clothing.ClothingDefinitionModifier and TypeMethodDescriptionItem.ClothingItem.getClothingDefinition()
Gets the definition of the clothing garment that is represented by this item.Clothes.Garment.getDefinition()
Gets the clothing definition related to this garment.