Class PokeStopEvent.CooldownCheck

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

public abstract static class PokeStopEvent.CooldownCheck extends PokeStopEvent
Event that fires when a PokeStop is used, and the cooldown is being checked Use shouldCheckCooldown to override if you want the cooldown check to happen
  • Constructor Details

    • CooldownCheck

      protected CooldownCheck(net.minecraft.world.entity.player.Player player, PokeStopTileEntity pokestop)