Class PokeLootEvent.Claim
java.lang.Object
net.minecraftforge.eventbus.api.Event
com.pixelmonmod.pixelmon.api.events.PokeLootEvent
com.pixelmonmod.pixelmon.api.events.PokeLootEvent.Claim
- Enclosing class:
- PokeLootEvent
Event that fires when a Poke Loot is attempted to be claimed.
Cancel to prevent claiming of the loot.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.pixelmonmod.pixelmon.api.events.PokeLootEvent
PokeLootEvent.Claim, PokeLootEvent.Drop, PokeLootEvent.GetDrops
Nested classes/interfaces inherited from class net.minecraftforge.eventbus.api.Event
net.minecraftforge.eventbus.api.Event.HasResult, net.minecraftforge.eventbus.api.Event.Result
-
Field Summary
Fields inherited from class com.pixelmonmod.pixelmon.api.events.PokeLootEvent
chest, player
-
Constructor Summary
ConstructorDescriptionClaim
(net.minecraft.server.level.ServerPlayer player, PokeChestTileEntity tile) -
Method Summary
Methods inherited from class net.minecraftforge.eventbus.api.Event
getListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult
-
Constructor Details
-
Claim
-