Class IlexShrineEvent.Pre
java.lang.Object
net.neoforged.bus.api.Event
com.pixelmonmod.pixelmon.api.events.legendary.IlexShrineEvent
com.pixelmonmod.pixelmon.api.events.legendary.IlexShrineEvent.Pre
- All Implemented Interfaces:
net.neoforged.bus.api.ICancellableEvent
- Enclosing class:
IlexShrineEvent
public static class IlexShrineEvent.Pre
extends IlexShrineEvent
implements net.neoforged.bus.api.ICancellableEvent
-
Nested Class Summary
Nested classes/interfaces inherited from class com.pixelmonmod.pixelmon.api.events.legendary.IlexShrineEvent
IlexShrineEvent.Post, IlexShrineEvent.Pre
-
Field Summary
Fields inherited from class com.pixelmonmod.pixelmon.api.events.legendary.IlexShrineEvent
block, pixelmonEntity, player, shrine
-
Constructor Summary
ConstructorsConstructorDescriptionPre
(net.minecraft.server.level.ServerPlayer player, IlexShrineBlock block, PixelmonEntity pixelmonEntity, IlexShrineTileEntity shrine) -
Method Summary
Methods inherited from class com.pixelmonmod.pixelmon.api.events.legendary.IlexShrineEvent
getBlock, getEntity, getPlayer, getShrine
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
-
Pre
public Pre(net.minecraft.server.level.ServerPlayer player, IlexShrineBlock block, PixelmonEntity pixelmonEntity, IlexShrineTileEntity shrine)
-
-
Method Details
-
setEntity
-