Class PokeStopEvent.Use

java.lang.Object
net.minecraftforge.eventbus.api.Event
com.pixelmonmod.pixelmon.api.events.PokeStopEvent
com.pixelmonmod.pixelmon.api.events.PokeStopEvent.Use
Direct Known Subclasses:
PokeStopEvent.Use.Post, PokeStopEvent.Use.Pre
Enclosing class:
PokeStopEvent

public abstract static class PokeStopEvent.Use extends PokeStopEvent
Event that fires when a PokeStop is attempted to be used. Cancel to prevent obtaining of drops.
  • Constructor Details

    • Use

      protected Use(net.minecraft.server.level.ServerPlayer player, PokeStopTileEntity pokestop)