Class ZygardeCubePacket

java.lang.Object
com.pixelmonmod.pixelmon.comm.data.AbstractPixelmonPacket
com.pixelmonmod.pixelmon.comm.packetHandlers.zygarde.ZygardeCubePacket
All Implemented Interfaces:
PixelmonPacket

public class ZygardeCubePacket extends AbstractPixelmonPacket
Created by Jay113355 on 5/17/2020
  • Constructor Details

    • ZygardeCubePacket

      public ZygardeCubePacket()
      Empty constructor for packet registration.
    • ZygardeCubePacket

      public ZygardeCubePacket(StoragePosition position, int cubeSlot, int move)
    • ZygardeCubePacket

      public ZygardeCubePacket(StoragePosition position, int cubeSlot)
  • Method Details

    • decode

      public void decode(net.minecraft.network.FriendlyByteBuf buf)
      Convert from the supplied buffer into your specific this type
      Specified by:
      decode in interface PixelmonPacket
      Overrides:
      decode in class AbstractPixelmonPacket
      Parameters:
      buf -
    • encode

      public void encode(net.minecraft.network.FriendlyByteBuf buf)
      Deconstruct your this into the supplied byte buffer
      Specified by:
      encode in interface PixelmonPacket
      Overrides:
      encode in class AbstractPixelmonPacket
      Parameters:
      buf -
    • handlePacket

      protected void handlePacket(net.minecraftforge.event.network.CustomPayloadEvent.Context context)
      Specified by:
      handlePacket in class AbstractPixelmonPacket