Uses of Class
net.risingworld.api.definitions.Objects.ObjectDefinition
Packages that use Objects.ObjectDefinition
Package
Description
-
Uses of Objects.ObjectDefinition in net.risingworld.api.definitions
Fields in net.risingworld.api.definitions declared as Objects.ObjectDefinitionMethods in net.risingworld.api.definitions that return Objects.ObjectDefinitionModifier and TypeMethodDescriptionstatic Objects.ObjectDefinition[]Definitions.getAllObjectDefinitions()Gets an array containing all object definitions of the game.static Objects.ObjectDefinitionDefinitions.getObjectDefinition(int id) Gets an object definition by id.static Objects.ObjectDefinitionDefinitions.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
Methods in net.risingworld.api.events.player.world that return Objects.ObjectDefinitionModifier 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
Methods in net.risingworld.api.objects that return Objects.ObjectDefinitionModifier 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
Methods in net.risingworld.api.objects.world that return Objects.ObjectDefinitionModifier and TypeMethodDescriptionObjectElement.getDefinition()Gets the object definition (containing all relevant meta data of this object type).