Class ServerboundChatAckPacket
java.lang.Object
org.geysermc.mcprotocollib.protocol.packet.ingame.serverbound.ServerboundChatAckPacket
- All Implemented Interfaces:
Packet,MinecraftPacket
-
Constructor Summary
ConstructorsConstructorDescriptionServerboundChatAckPacket(int offset) ServerboundChatAckPacket(io.netty.buffer.ByteBuf in) -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.geysermc.mcprotocollib.network.packet.Packet
isTerminal, shouldRunOnGameThread
-
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:
serializein interfaceMinecraftPacket
-
getOffset
public int getOffset() -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-
withOffset
- Returns:
- a clone of this object, except with this updated property (returns
thisif an identical value is passed).
-