Class PingPongPacketComplexAsync

All Implemented Interfaces:
net.minecraft.network.protocol.common.custom.CustomPacketPayload
Direct Known Subclasses:
PingPongPacketComplexSync

public class PingPongPacketComplexAsync extends PingPongPacketAsync
Debug ping pong packet
  • Field Details

    • ID

      public static final net.minecraft.resources.ResourceLocation ID
    • string1

      protected String string1
    • string2

      protected String string2
  • Constructor Details

    • PingPongPacketComplexAsync

      public PingPongPacketComplexAsync()
      Empty packet.
    • PingPongPacketComplexAsync

      public PingPongPacketComplexAsync(int remaining, String string1, String string2)
    • PingPongPacketComplexAsync

      public PingPongPacketComplexAsync(net.minecraft.resources.ResourceLocation id)
    • PingPongPacketComplexAsync

      public PingPongPacketComplexAsync(net.minecraft.resources.ResourceLocation id, int remaining, String string1, String string2)
  • Method Details