public static class PokeLootEvent.Drop extends PokeLootEvent
PokeLootEvent.Claim, PokeLootEvent.Drop, PokeLootEvent.GetDropschest, player| Constructor and Description |
|---|
Drop(net.minecraft.entity.player.EntityPlayerMP player,
TileEntityPokeChest tile,
net.minecraft.item.ItemStack drop) |
| Modifier and Type | Method and Description |
|---|---|
net.minecraft.item.ItemStack |
getDrop() |
void |
setDrop(net.minecraft.item.ItemStack drop) |
public Drop(net.minecraft.entity.player.EntityPlayerMP player,
TileEntityPokeChest tile,
net.minecraft.item.ItemStack drop)