Class HeadCreationEvent


  • public class HeadCreationEvent
    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
      HeadCreationEvent​(org.bukkit.inventory.ItemStack pHead, boolean pIsOnline, com.google.gson.JsonObject pInformation, MainMenu pMenu)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.google.gson.JsonElement get​(java.lang.String memberName)  
      static org.bukkit.event.HandlerList getHandlerList()  
      org.bukkit.event.HandlerList getHandlers()  
      org.bukkit.inventory.ItemStack getHead()  
      MainMenu getMenu()  
      boolean isOnline()  
      • Methods inherited from class org.bukkit.event.Event

        getEventName, isAsynchronous
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • HeadCreationEvent

        public HeadCreationEvent​(org.bukkit.inventory.ItemStack pHead,
                                 boolean pIsOnline,
                                 com.google.gson.JsonObject pInformation,
                                 MainMenu pMenu)
    • Method Detail

      • getHandlerList

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

        public boolean isOnline()
      • getHead

        public org.bukkit.inventory.ItemStack getHead()
      • get

        public com.google.gson.JsonElement get​(java.lang.String memberName)
      • getHandlers

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