Verwendungen von Klasse
net.risingworld.api.definitions.Clothing.ClothingDefinition
Package
Beschreibung
-
Verwendungen von Clothing.ClothingDefinition in net.risingworld.api.definitions
Modifizierer und TypMethodeBeschreibungstatic 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! -
Verwendungen von Clothing.ClothingDefinition in net.risingworld.api.events.npc
Modifizierer und TypMethodeBeschreibungNpcAddClothesEvent.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. -
Verwendungen von Clothing.ClothingDefinition in net.risingworld.api.objects
Modifizierer und TypMethodeBeschreibungItem.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.