Klasse PlayerChangeConstructionColorEvent

Alle implementierten Schnittstellen:
Cancellable

public final class PlayerChangeConstructionColorEvent extends PlayerConstructionEvent
Called when a player paints a construction element. For painting objects (like furniture or doors), see PlayerChangeObjectColorEvent
  • Methodendetails

    • getOldColor

      public int getOldColor()
    • getNewColor

      public int getNewColor()
      Gets the new color for the construction element.
      Gibt zurück:
      the new color, as int RGBA.
    • setNewColor

      public void setNewColor(int color)
    • getConstructionElement

      public ConstructionElement getConstructionElement()
      Beschreibung aus Klasse kopiert: PlayerConstructionEvent
      Gets the construction element.
      Setzt außer Kraft:
      getConstructionElement in Klasse PlayerConstructionEvent
      Gibt zurück:
      the construction element.