Uses of Class
net.risingworld.api.definitions.Objects.ObjectDefinition
Package
Description
-
Uses of Objects.ObjectDefinition in net.risingworld.api.definitions
Modifier and TypeMethodDescriptionstatic Objects.ObjectDefinition[]
Definitions.getAllObjectDefinitions()
Gets an array containing all object definitions of the game.static Objects.ObjectDefinition
Definitions.getObjectDefinition
(int id) Gets an object definition by id.static Objects.ObjectDefinition
Definitions.getObjectDefinition
(String name) Gets an object definition by name, using the internal name (e.g "workbench"), not the localized name! -
Uses of Objects.ObjectDefinition in net.risingworld.api.events.player.world
Modifier and TypeMethodDescriptionPlayerObjectEvent.getObjectDefinition()
Gets the object definition for this item (this contains meta data about the object type). -
Uses of Objects.ObjectDefinition in net.risingworld.api.objects
Modifier and TypeMethodDescriptionItem.ObjectItem.getObjectDefinition()
Gets the definition of the object that is represented by this item. -
Uses of Objects.ObjectDefinition in net.risingworld.api.objects.world
Modifier and TypeMethodDescriptionObjectElement.getDefinition()
Gets the object definition (containing all relevant meta data of this object type).