Uses of Class
net.risingworld.api.definitions.Clothing.ClothingDefinition
Package
Description
-
Uses of Clothing.ClothingDefinition in net.risingworld.api.definitions
Modifier 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
Modifier 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
Modifier 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.