Class DisplayTranslationEvent

java.lang.Object
org.bukkit.event.Event
me.c7dev.dexterity.api.events.DisplayTranslationEvent

public class DisplayTranslationEvent extends org.bukkit.event.Event
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.bukkit.event.Event

    org.bukkit.event.Event.Result
  • Constructor Summary

    Constructors
    Constructor
    Description
    DisplayTranslationEvent(DexterityDisplay display, org.bukkit.Location from, org.bukkit.Location to)
    Event called when a selection is rotated, such as with a command or the API
  • Method Summary

    Modifier and Type
    Method
    Description
     
    org.bukkit.Location
     
    static org.bukkit.event.HandlerList
     
    org.bukkit.event.HandlerList
     
    org.bukkit.Location
     

    Methods inherited from class org.bukkit.event.Event

    getEventName, isAsynchronous

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DisplayTranslationEvent

      public DisplayTranslationEvent(DexterityDisplay display, org.bukkit.Location from, org.bukkit.Location to)
      Event called when a selection is rotated, such as with a command or the API
      Parameters:
      display -
      rotation -
  • Method Details

    • getDisplay

      public DexterityDisplay getDisplay()
    • getFrom

      public org.bukkit.Location getFrom()
    • getTo

      public org.bukkit.Location getTo()
    • getHandlers

      public org.bukkit.event.HandlerList getHandlers()
      Specified by:
      getHandlers in class org.bukkit.event.Event
    • getHandlerList

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