Verwendungen von Klasse
net.risingworld.api.objects.world.ConstructionElement
Package
Beschreibung
-
Verwendungen von ConstructionElement in net.risingworld.api
Modifizierer und TypMethodeBeschreibungstatic ConstructionElement
World.createConstructionElement
(int shape, int texture, float textureScale, int color, Vector3f worldPosition, Quaternion rotation, Vector3f scale) Spawns a new construction element (i.e a block) at a given position.static ConstructionElement
World.createConstructionElement
(int shape, int texture, float textureScale, int color, Vector3f worldPosition, Quaternion rotation, Vector3f scale, Vector3f surfaceOffset, Vector3f surfaceScale) Spawns a new construction element (i.e a block) at a given position.static ConstructionElement
World.createConstructionElement
(int shape, int texture, float textureScale, int color, Vector3i chunkPosition, Vector3i blockPosition, Quaternion rotation, Vector3f scale) Spawns a new construction element (i.e a block) at a given position.static ConstructionElement
World.getConstructionElement
(long globalID, int cx, int cy, int cz) Gets a construction element that is placed in the world. -
Verwendungen von ConstructionElement in net.risingworld.api.events.player.world
Modifizierer und TypMethodeBeschreibungPlayerChangeConstructionColorEvent.getConstructionElement()
protected ConstructionElement
PlayerConstructionEvent.getConstructionElement()
Gets the construction element.PlayerCreativeRemoveConstructionEvent.getConstructionElement()
PlayerDestroyConstructionEvent.getConstructionElement()
PlayerEditConstructionEvent.getConstructionElement()
PlayerHitConstructionEvent.getConstructionElement()
PlayerRemoveConstructionEvent.getConstructionElement()
-
Verwendungen von ConstructionElement in net.risingworld.api.objects.world
Modifizierer und TypMethodeBeschreibungChunk.getAllConstructionElements()
Gets all construction elements in this chunk (e.g blocks, cylinders, window frames etc).