Class PokeStopEvent

java.lang.Object
net.neoforged.bus.api.Event
com.pixelmonmod.pixelmon.api.events.PokeStopEvent
Direct Known Subclasses:
PokeStopEvent.CooldownCheck, PokeStopEvent.Drops, PokeStopEvent.Use

public abstract class PokeStopEvent extends net.neoforged.bus.api.Event
Superclass event for actions related to PokeStops.

Subclasses: PokeStopEvent.Use, PokeStopEvent.Drops PokeStopEvent.CooldownCheck

  • Field Details

    • pokestop

      protected final PokeStopTileEntity pokestop
    • player

      protected final net.minecraft.world.entity.player.Player player
  • Constructor Details

    • PokeStopEvent

      protected PokeStopEvent(net.minecraft.world.entity.player.Player player, PokeStopTileEntity pokestop)
  • Method Details

    • getPokestop

      public PokeStopTileEntity getPokestop()
    • getPlayer

      public net.minecraft.world.entity.player.Player getPlayer()