Klasse HologramEvent

java.lang.Object
org.bukkit.event.Event
de.oliver.fancyholograms.api.events.HologramEvent
Alle implementierten Schnittstellen:
org.bukkit.event.Cancellable
Bekannte direkte Unterklassen:
HologramCreateEvent, HologramDeleteEvent, HologramHideEvent, HologramShowEvent, HologramUpdateEvent

public abstract class HologramEvent extends org.bukkit.event.Event implements org.bukkit.event.Cancellable
Represents a base event related to Holograms. This is an abstract class that other event classes related to Holograms should extend. This event is cancellable, which means it can be prevented from being processed by the server.
  • Verschachtelte Klassen - Übersicht

    Von Klasse geerbte verschachtelte Klassen/Schnittstellen org.bukkit.event.Event

    org.bukkit.event.Event.Result
  • Konstruktorübersicht

    Konstruktoren
    Modifizierer
    Konstruktor
    Beschreibung
    protected
    HologramEvent(@NotNull Hologram hologram, boolean isAsync)
     
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    final @NotNull Hologram
    Returns the hologram involved in this event.
    final boolean
     
    final void
    setCancelled(boolean cancel)
     

    Von Klasse geerbte Methoden org.bukkit.event.Event

    callEvent, getEventName, getHandlers, isAsynchronous

    Von Klasse geerbte Methoden java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Konstruktordetails

    • HologramEvent

      protected HologramEvent(@NotNull @NotNull Hologram hologram, boolean isAsync)
  • Methodendetails

    • getHologram

      @NotNull public final @NotNull Hologram getHologram()
      Returns the hologram involved in this event.
      Gibt zurück:
      the hologram involved in this event
    • isCancelled

      public final boolean isCancelled()
      Angegeben von:
      isCancelled in Schnittstelle org.bukkit.event.Cancellable
    • setCancelled

      public final void setCancelled(boolean cancel)
      Angegeben von:
      setCancelled in Schnittstelle org.bukkit.event.Cancellable