Class ShrineOrbFillEvent.Pre

java.lang.Object
net.neoforged.bus.api.Event
com.pixelmonmod.pixelmon.api.events.legendary.ShrineOrbFillEvent
com.pixelmonmod.pixelmon.api.events.legendary.ShrineOrbFillEvent.Pre
All Implemented Interfaces:
net.neoforged.bus.api.ICancellableEvent
Enclosing class:
ShrineOrbFillEvent

public static class ShrineOrbFillEvent.Pre extends ShrineOrbFillEvent implements net.neoforged.bus.api.ICancellableEvent
Fired just before the orb is filled.
Canceling this event will prevent the orb from being filled.
  • Constructor Details

    • Pre

      public Pre(net.minecraft.server.level.ServerPlayer player, net.minecraft.world.item.ItemStack orb, boolean filled)
  • Method Details