Class ZygardeEvent.Assemble.Merge.End
java.lang.Object
net.minecraftforge.eventbus.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.Merge
com.pixelmonmod.pixelmon.api.events.legendary.ZygardeEvent.Assemble.Merge.End
- Enclosing class:
- ZygardeEvent.Assemble.Merge
-
Nested Class Summary
Nested classes/interfaces inherited from class com.pixelmonmod.pixelmon.api.events.legendary.ZygardeEvent.Assemble.Merge
ZygardeEvent.Assemble.Merge.End, ZygardeEvent.Assemble.Merge.Start
Nested classes/interfaces inherited from class com.pixelmonmod.pixelmon.api.events.legendary.ZygardeEvent.Assemble
ZygardeEvent.Assemble.Merge, ZygardeEvent.Assemble.New
Nested classes/interfaces inherited from class com.pixelmonmod.pixelmon.api.events.legendary.ZygardeEvent
ZygardeEvent.Activate, ZygardeEvent.Assemble, ZygardeEvent.Select, ZygardeEvent.Seperate
Nested classes/interfaces inherited from class net.minecraftforge.eventbus.api.Event
net.minecraftforge.eventbus.api.Event.HasResult, net.minecraftforge.eventbus.api.Event.Result
-
Field Summary
Fields inherited from class com.pixelmonmod.pixelmon.api.events.legendary.ZygardeEvent.Assemble
cells, cores, cube, storagePosition, zygarde
Fields inherited from class com.pixelmonmod.pixelmon.api.events.legendary.ZygardeEvent
player, unit
-
Constructor Summary
ConstructorDescriptionEnd
(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 net.minecraftforge.eventbus.api.Event
getListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult
-
Constructor Details
-
End
public End(net.minecraft.server.level.ServerPlayer player, ReassemblyUnitTileEntity unit, Pokemon zygarde, StoragePosition storagePosition, net.minecraft.world.item.ItemStack cube, int cells, int cores)
-