Class ZygardeEvent.Assemble.New
java.lang.Object
net.neoforged.bus.api.Event
com.pixelmonmod.pixelmon.api.events.legendary.ZygardeEvent
com.pixelmonmod.pixelmon.api.events.legendary.ZygardeEvent.Assemble
com.pixelmonmod.pixelmon.api.events.legendary.ZygardeEvent.Assemble.New
- All Implemented Interfaces:
net.neoforged.bus.api.ICancellableEvent
- Direct Known Subclasses:
ZygardeEvent.Assemble.New.End,ZygardeEvent.Assemble.New.Start
- Enclosing class:
ZygardeEvent.Assemble
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classNested classes/interfaces inherited from class com.pixelmonmod.pixelmon.api.events.legendary.ZygardeEvent.Assemble
ZygardeEvent.Assemble.Merge, ZygardeEvent.Assemble.NewNested classes/interfaces inherited from class com.pixelmonmod.pixelmon.api.events.legendary.ZygardeEvent
ZygardeEvent.Activate, ZygardeEvent.Assemble, ZygardeEvent.Select, ZygardeEvent.Seperate -
Field Summary
Fields inherited from class com.pixelmonmod.pixelmon.api.events.legendary.ZygardeEvent.Assemble
cells, cores, cube, storagePosition, zygardeFields inherited from class com.pixelmonmod.pixelmon.api.events.legendary.ZygardeEvent
player, unit -
Constructor Summary
ConstructorsConstructorDescriptionNew(net.minecraft.server.level.ServerPlayer player, ReassemblyUnitTileEntity unit, Pokemon zygarde, StoragePosition storagePosition, net.minecraft.world.item.ItemStack cube, int cells, int cores) -
Method Summary
Methods 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
-
New
public New(net.minecraft.server.level.ServerPlayer player, ReassemblyUnitTileEntity unit, Pokemon zygarde, StoragePosition storagePosition, net.minecraft.world.item.ItemStack cube, int cells, int cores)
-