Class GuiBattleUpdatePacket

java.lang.Object
com.pixelmonmod.pixelmon.comm.data.AbstractPixelmonPacket
com.pixelmonmod.pixelmon.comm.packetHandlers.battles.gui.GuiBattleUpdatePacket
All Implemented Interfaces:
PixelmonPacket

public class GuiBattleUpdatePacket extends AbstractPixelmonPacket
Created by Jay113355 on 3/28/2020. Used as a keepalive packet from the client as no other packets are sent during battle causing timeouts on some setups. client -> server
  • Constructor Details

    • GuiBattleUpdatePacket

      public GuiBattleUpdatePacket()
      Empty constructor for packet registration.
  • Method Details

    • handlePacket

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