Class ServerboundChatAckPacket

java.lang.Object
org.geysermc.mcprotocollib.protocol.packet.ingame.serverbound.ServerboundChatAckPacket
All Implemented Interfaces:
Packet, MinecraftPacket

public class ServerboundChatAckPacket extends Object implements MinecraftPacket
  • Constructor Details

    • ServerboundChatAckPacket

      public ServerboundChatAckPacket(io.netty.buffer.ByteBuf in)
    • ServerboundChatAckPacket

      public ServerboundChatAckPacket(int offset)
  • Method Details

    • serialize

      public void serialize(io.netty.buffer.ByteBuf out)
      Specified by:
      serialize in interface MinecraftPacket
    • getOffset

      public int getOffset()
    • equals

      public boolean equals(@Nullable Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(@Nullable Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public @NonNull String toString()
      Overrides:
      toString in class Object
    • withOffset

      public @NonNull ServerboundChatAckPacket withOffset(int offset)
      Returns:
      a clone of this object, except with this updated property (returns this if an identical value is passed).