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

public static class PokeLootEvent.Claim extends PokeLootEvent
Event that fires when a Poke Loot is attempted to be claimed. Cancel to prevent claiming of the loot.
  • Constructor Details

    • Claim

      public Claim(net.minecraft.server.level.ServerPlayer player, PokeChestTileEntity tile)