Klasse PlayerHitTerrainEvent

Alle implementierten Schnittstellen:
Cancellable

public final class PlayerHitTerrainEvent extends PlayerWorldEditEvent
Called when a player hits terrain with a tool (e.g pickaxe).
  • Methodendetails

    • getDamage

      public short getDamage()
      Gets the amount of damage the player deals with this hit. To destroy terrain, the total damage must exceed a threshold of 100.
      Gibt zurück:
      the amount of damage.
    • setDamage

      public void setDamage(short damage)
      Sets the amount of damage the player should inflict with this hit. To destroy terrain, the total damage must exceed a threshold of 100.
      Parameter:
      damage - the new amount of damage.
    • getHitPosition

      public Vector3f getHitPosition()
      Gets the world coordinates where the terrain was hit exactly.
      Gibt zurück:
      coordinates where the terrain was hit.