Klasse PlayerDestroyConstructionEvent
java.lang.Object
net.risingworld.api.events.Event
net.risingworld.api.events.player.PlayerEvent
net.risingworld.api.events.player.world.PlayerConstructionEvent
net.risingworld.api.events.player.world.PlayerDestroyConstructionEvent
- Alle implementierten Schnittstellen:
Cancellable
Called when a player destroys a construction element.
-
Feldübersicht
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungGets the construction element.Von Klasse geerbte Methoden net.risingworld.api.events.player.world.PlayerConstructionEvent
getChunkPositionX, getChunkPositionY, getChunkPositionZ, getConstructionDefinition, getGlobalID, getTexture, getTypeID, isCancelled, setCancelled
Von Klasse geerbte Methoden net.risingworld.api.events.player.PlayerEvent
getPlayer
-
Methodendetails
-
getConstructionElement
Beschreibung aus Klasse kopiert:PlayerConstructionEvent
Gets the construction element.- Setzt außer Kraft:
getConstructionElement
in KlassePlayerConstructionEvent
- Gibt zurück:
- the construction element.
-