public abstract class PokeLootEvent
extends net.minecraftforge.fml.common.eventhandler.Event
PokeLootClaimedEvent
.
Subclasses: PokeLootEvent.Claim
, PokeLootEvent.GetDrops
, PokeLootEvent.Drop
Modifier and Type | Class and Description |
---|---|
static class |
PokeLootEvent.Claim
Event that fires when a Poke Loot is attempted to be claimed.
|
static class |
PokeLootEvent.Drop
Event that fires when loot is given from a Poke Loot.
|
static class |
PokeLootEvent.GetDrops
Event that fires when a Poke Loot in the process of being claimed chooses its drops.
|
Modifier and Type | Field and Description |
---|---|
TileEntityPokeChest |
chest
The tile entity of this Poke Loot.
|
net.minecraft.entity.player.EntityPlayerMP |
player
The player attempting to collect the Poke Loot.
|
Constructor and Description |
---|
PokeLootEvent(net.minecraft.entity.player.EntityPlayerMP player,
TileEntityPokeChest tile) |
public TileEntityPokeChest chest
public net.minecraft.entity.player.EntityPlayerMP player
public PokeLootEvent(net.minecraft.entity.player.EntityPlayerMP player, TileEntityPokeChest tile)