Class PokeStopEvent.CooldownCheck.Post
java.lang.Object
net.neoforged.bus.api.Event
com.pixelmonmod.pixelmon.api.events.PokeStopEvent
com.pixelmonmod.pixelmon.api.events.PokeStopEvent.CooldownCheck
com.pixelmonmod.pixelmon.api.events.PokeStopEvent.CooldownCheck.Post
- All Implemented Interfaces:
net.neoforged.bus.api.ICancellableEvent
- Enclosing class:
PokeStopEvent.CooldownCheck
public static class PokeStopEvent.CooldownCheck.Post
extends PokeStopEvent.CooldownCheck
implements net.neoforged.bus.api.ICancellableEvent
-
Nested Class Summary
Nested classes/interfaces inherited from class com.pixelmonmod.pixelmon.api.events.PokeStopEvent.CooldownCheck
PokeStopEvent.CooldownCheck.Post, PokeStopEvent.CooldownCheck.PostCalculate, PokeStopEvent.CooldownCheck.Pre, PokeStopEvent.CooldownCheck.PreCalculate
Nested classes/interfaces inherited from class com.pixelmonmod.pixelmon.api.events.PokeStopEvent
PokeStopEvent.CooldownCheck, PokeStopEvent.Drops, PokeStopEvent.Use
-
Field Summary
Fields inherited from class com.pixelmonmod.pixelmon.api.events.PokeStopEvent
player, pokestop
-
Constructor Summary
ConstructorsConstructorDescriptionPost
(net.minecraft.server.level.ServerPlayer player, PokeStopTileEntity pokestop) -
Method Summary
Methods inherited from class com.pixelmonmod.pixelmon.api.events.PokeStopEvent
getPlayer, getPokestop
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.neoforged.bus.api.ICancellableEvent
isCanceled, setCanceled
-
Constructor Details
-
Post
-