Package me.clip.autosell.events
Class DropsToInventoryEvent
java.lang.Object
org.bukkit.event.Event
me.clip.autosell.events.DropsToInventoryEvent
- All Implemented Interfaces:
org.bukkit.event.Cancellable
public class DropsToInventoryEvent
extends org.bukkit.event.Event
implements org.bukkit.event.Cancellable
-
Nested Class Summary
-
Constructor Summary
Constructors Constructor Description DropsToInventoryEvent(org.bukkit.entity.Player paramPlayer, java.util.List<org.bukkit.inventory.ItemStack> paramList, org.bukkit.block.Block paramBlock)
-
Method Summary
Modifier and Type Method Description org.bukkit.block.Block
getBlock()
java.util.List<org.bukkit.inventory.ItemStack>
getDrops()
static org.bukkit.event.HandlerList
getHandlerList()
org.bukkit.event.HandlerList
getHandlers()
java.lang.String
getName()
org.bukkit.entity.Player
getPlayer()
boolean
isCancelled()
void
setBlock(org.bukkit.block.Block paramBlock)
void
setCancelled(boolean paramBoolean)
void
setDrops(java.util.List<org.bukkit.inventory.ItemStack> paramList)
-
Constructor Details
-
DropsToInventoryEvent
public DropsToInventoryEvent(org.bukkit.entity.Player paramPlayer, java.util.List<org.bukkit.inventory.ItemStack> paramList, org.bukkit.block.Block paramBlock)
-
-
Method Details
-
getName
public java.lang.String getName() -
getPlayer
public org.bukkit.entity.Player getPlayer() -
getHandlers
public org.bukkit.event.HandlerList getHandlers()- Specified by:
getHandlers
in classorg.bukkit.event.Event
-
getHandlerList
public static org.bukkit.event.HandlerList getHandlerList() -
isCancelled
public boolean isCancelled()- Specified by:
isCancelled
in interfaceorg.bukkit.event.Cancellable
-
setCancelled
public void setCancelled(boolean paramBoolean)- Specified by:
setCancelled
in interfaceorg.bukkit.event.Cancellable
-
getDrops
public java.util.List<org.bukkit.inventory.ItemStack> getDrops() -
setDrops
public void setDrops(java.util.List<org.bukkit.inventory.ItemStack> paramList) -
getBlock
public org.bukkit.block.Block getBlock() -
setBlock
public void setBlock(org.bukkit.block.Block paramBlock)
-