Class ZygardeCubePacket
java.lang.Object
com.pixelmonmod.pixelmon.comm.data.AbstractPixelmonPacket
com.pixelmonmod.pixelmon.comm.packetHandlers.zygarde.ZygardeCubePacket
- All Implemented Interfaces:
PixelmonPacket
Created by Jay113355 on 5/17/2020
-
Constructor Summary
ConstructorsConstructorDescriptionEmpty constructor for packet registration.ZygardeCubePacket(StoragePosition position, int cubeSlot) ZygardeCubePacket(StoragePosition position, int cubeSlot, int move) -
Method Summary
Modifier and TypeMethodDescriptionvoiddecode(net.minecraft.network.FriendlyByteBuf buf) Convert from the supplied buffer into your specific this typevoidencode(net.minecraft.network.FriendlyByteBuf buf) Deconstruct your this into the supplied byte bufferprotected voidhandlePacket(net.minecraftforge.event.network.CustomPayloadEvent.Context context) Methods inherited from class com.pixelmonmod.pixelmon.comm.data.AbstractPixelmonPacket
handle, reply
-
Constructor Details
-
ZygardeCubePacket
public ZygardeCubePacket()Empty constructor for packet registration. -
ZygardeCubePacket
-
ZygardeCubePacket
-
-
Method Details
-
decode
public void decode(net.minecraft.network.FriendlyByteBuf buf) Convert from the supplied buffer into your specific this type- Specified by:
decodein interfacePixelmonPacket- Overrides:
decodein classAbstractPixelmonPacket- Parameters:
buf-
-
encode
public void encode(net.minecraft.network.FriendlyByteBuf buf) Deconstruct your this into the supplied byte buffer- Specified by:
encodein interfacePixelmonPacket- Overrides:
encodein classAbstractPixelmonPacket- Parameters:
buf-
-
handlePacket
protected void handlePacket(net.minecraftforge.event.network.CustomPayloadEvent.Context context) - Specified by:
handlePacketin classAbstractPixelmonPacket
-