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

public class SwapBoxPacket extends AbstractPixelmonPacket
Updates held items server-side when a Pokémon in the party is given a held item.
  • Constructor Details

    • SwapBoxPacket

      public SwapBoxPacket()
    • SwapBoxPacket

      public SwapBoxPacket(PCStorage storage, int box1, int box2)
  • Method Details

    • encode

      public void encode(net.minecraft.network.FriendlyByteBuf buf)
      Description copied from interface: PixelmonPacket
      Encodes the buffer with the packet information
      Specified by:
      encode in interface PixelmonPacket
      Overrides:
      encode in class AbstractPixelmonPacket
      Parameters:
      buf - The buffer being encoded
    • decode

      public void decode(net.minecraft.network.FriendlyByteBuf buf)
      Description copied from interface: PixelmonPacket
      Decodes the information from the buffer to the packet instance
      Specified by:
      decode in interface PixelmonPacket
      Overrides:
      decode in class AbstractPixelmonPacket
      Parameters:
      buf - The buffer being decoded
    • handlePacket

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