Class PokeStopEvent.Use.Pre
java.lang.Object
net.neoforged.bus.api.Event
com.pixelmonmod.pixelmon.api.events.PokeStopEvent
com.pixelmonmod.pixelmon.api.events.PokeStopEvent.Use
com.pixelmonmod.pixelmon.api.events.PokeStopEvent.Use.Pre
- All Implemented Interfaces:
net.neoforged.bus.api.ICancellableEvent
- Enclosing class:
PokeStopEvent.Use
public static class PokeStopEvent.Use.Pre
extends PokeStopEvent.Use
implements net.neoforged.bus.api.ICancellableEvent
-
Nested Class Summary
Nested classes/interfaces inherited from class com.pixelmonmod.pixelmon.api.events.PokeStopEvent.Use
PokeStopEvent.Use.Post, PokeStopEvent.Use.PreNested 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
ConstructorsConstructorDescriptionPre(net.minecraft.server.level.ServerPlayer player, PokeStopTileEntity pokestop) -
Method Summary
Methods inherited from class com.pixelmonmod.pixelmon.api.events.PokeStopEvent
getPlayer, getPokestopMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.neoforged.bus.api.ICancellableEvent
isCanceled, setCanceled
-
Constructor Details
-
Pre
-