Class PostWorldItemExpireEvent

java.lang.Object
org.bukkit.event.Event

public class PostWorldItemExpireEvent
extends PostItemExpireEvent
Event will be called after item on ground is expired.
  • Nested Class Summary

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

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

    Constructors 
    Constructor Description
    PostWorldItemExpireEvent​(org.bukkit.inventory.ItemStack item, org.bukkit.Location location)  
  • Method Summary

    Modifier and Type Method Description
    org.bukkit.Location getLocation()
    Get location of item

    Methods inherited from class dev.tezvn.timeditem.api.event.item.ItemEvent

    getItem, setItem

    Methods inherited from class dev.tezvn.timeditem.api.event.TimedEvent

    getHandlerList, getHandlers

    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

    • PostWorldItemExpireEvent

      public PostWorldItemExpireEvent​(org.bukkit.inventory.ItemStack item, org.bukkit.Location location)
  • Method Details

    • getLocation

      public org.bukkit.Location getLocation()
      Get location of item
      Returns:
      Location where item is disappeared