Class PostWorldItemExpireEvent
java.lang.Object
org.bukkit.event.Event
dev.tezvn.timeditem.api.event.TimedEvent
dev.tezvn.timeditem.api.event.item.ItemEvent
dev.tezvn.timeditem.api.event.item.PostItemExpireEvent
dev.tezvn.timeditem.api.event.item.world.PostWorldItemExpireEvent
public class PostWorldItemExpireEvent extends PostItemExpireEvent
Event will be called after item on ground is expired.
-
Nested Class Summary
-
Constructor Summary
Constructors Constructor Description PostWorldItemExpireEvent(org.bukkit.inventory.ItemStack item, org.bukkit.Location location) -
Method Summary
Modifier and Type Method Description org.bukkit.LocationgetLocation()Get location of item
-
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
-