Verwendungen von Klasse
net.risingworld.api.worldelements.GameObject
Package
Beschreibung
-
Verwendungen von GameObject in net.risingworld.api.events.player
Modifizierer und TypMethodeBeschreibungPlayerElementCollisionEvent.getGameObject()
Veraltet, zur Entfernung: Dieses API-Element wird in einer zukünftigen Version entfernt.Gets the world element.PlayerElementHitEvent.getGameObject()
Veraltet, zur Entfernung: Dieses API-Element wird in einer zukünftigen Version entfernt.PlayerElementInteractionEvent.getGameObject()
Veraltet, zur Entfernung: Dieses API-Element wird in einer zukünftigen Version entfernt.PlayerGameObjectHitEvent.getGameObject()
Gets the game object that was hit by the player.PlayerGameObjectInteractionEvent.getGameObject()
Gets the game object the player interacted with. -
Verwendungen von GameObject in net.risingworld.api.objects
Modifizierer und TypMethodeBeschreibungPlayer.getAllGameObjects
(boolean includeFromOtherPlugins) Gets allGameObjects
which were added to the player's world.Modifizierer und TypMethodeBeschreibungvoid
Player.addGameObject
(GameObject gameObject) Adds the providedGameObject
to the player's world.void
Player.removeGameObject
(GameObject gameObject) Removes aGameObject
from the player's world. -
Verwendungen von GameObject in net.risingworld.api.worldelements
Modifizierer und TypKlasseBeschreibungclass
A visual representation of anArea
.class
Represents a light source.class
Represents a custom 3d model or mesh.class
Represents a local (or global) post-processing volume in the scene.class
Represents a custom prefab.class
Represents a 3d world textModifizierer und TypMethodeBeschreibungGameObject.getParent()
Gets the current parent UI element, or null if this element has no parent.Modifizierer und TypMethodeBeschreibungGameObject.getChilds()
Gets an unmodifiable list of all children of this object.Modifizierer und TypMethodeBeschreibungvoid
GameObject.addChild
(GameObject child) void
GameObject.removeChild
(GameObject child) Removes a child from this object.