Klasse HologramUpdateEvent

java.lang.Object
org.bukkit.event.Event
de.oliver.fancyholograms.api.events.HologramEvent
de.oliver.fancyholograms.api.events.HologramUpdateEvent
Alle implementierten Schnittstellen:
org.bukkit.event.Cancellable

public final class HologramUpdateEvent extends HologramEvent
Called when a hologram is being updated, the data in the hologram is current and the event holds the new data
  • Konstruktordetails

  • Methodendetails

    • getHandlerList

      public static org.bukkit.event.HandlerList getHandlerList()
    • getPlayer

      @NotNull public @NotNull org.bukkit.command.CommandSender getPlayer()
    • getCurrentData

      @NotNull public @NotNull HologramData getCurrentData()
      Returns the current data of the hologram.
      Gibt zurück:
      the current data of the hologram
    • getUpdatedData

      @NotNull public @NotNull HologramData getUpdatedData()
      Returns the updated data of the hologram.
      Gibt zurück:
      the updated data of the hologram
    • getModification

      @NotNull public @NotNull HologramUpdateEvent.HologramModification getModification()
      Returns the type of modification performed on the hologram.
      Gibt zurück:
      the type of modification performed on the hologram
    • getHandlers

      @NotNull public @NotNull org.bukkit.event.HandlerList getHandlers()
      Angegeben von:
      getHandlers in Klasse org.bukkit.event.Event