public abstract class PokeLootEvent
extends net.minecraftforge.eventbus.api.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 |
|---|---|
PokeChestTileEntity |
chest
The tile entity of this Poke Loot.
|
net.minecraft.entity.player.ServerPlayerEntity |
player
The player attempting to collect the Poke Loot.
|
| Constructor and Description |
|---|
PokeLootEvent(net.minecraft.entity.player.ServerPlayerEntity player,
PokeChestTileEntity tile) |
public PokeChestTileEntity chest
public net.minecraft.entity.player.ServerPlayerEntity player
public PokeLootEvent(net.minecraft.entity.player.ServerPlayerEntity player,
PokeChestTileEntity tile)