Class ZygardeEvent.Select
java.lang.Object
net.neoforged.bus.api.Event
com.pixelmonmod.pixelmon.api.events.legendary.ZygardeEvent
com.pixelmonmod.pixelmon.api.events.legendary.ZygardeEvent.Select
- All Implemented Interfaces:
net.neoforged.bus.api.ICancellableEvent
- Enclosing class:
ZygardeEvent
public static class ZygardeEvent.Select
extends ZygardeEvent
implements net.neoforged.bus.api.ICancellableEvent
-
Nested Class Summary
Nested classes/interfaces inherited from class com.pixelmonmod.pixelmon.api.events.legendary.ZygardeEvent
ZygardeEvent.Activate, ZygardeEvent.Assemble, ZygardeEvent.Select, ZygardeEvent.Seperate
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal net.minecraft.world.item.ItemStack
final int
final StoragePosition
Fields inherited from class com.pixelmonmod.pixelmon.api.events.legendary.ZygardeEvent
player, unit
-
Constructor Summary
ConstructorsConstructorDescriptionSelect
(net.minecraft.server.level.ServerPlayer player, ReassemblyUnitTileEntity unit, ReassemblyUnitTileEntity.Mode mode, StoragePosition storagePosition, net.minecraft.world.item.ItemStack cube, int cubeSlot) -
Method Summary
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
-
Field Details
-
mode
-
storagePosition
-
cube
public final net.minecraft.world.item.ItemStack cube -
cubeSlot
public final int cubeSlot
-
-
Constructor Details
-
Select
public Select(net.minecraft.server.level.ServerPlayer player, ReassemblyUnitTileEntity unit, ReassemblyUnitTileEntity.Mode mode, StoragePosition storagePosition, net.minecraft.world.item.ItemStack cube, int cubeSlot)
-