Class ClientboundSelectAdvancementsTabPacket
java.lang.Object
org.geysermc.mcprotocollib.protocol.packet.ingame.clientbound.ClientboundSelectAdvancementsTabPacket
- All Implemented Interfaces:
Packet,MinecraftPacket
-
Constructor Summary
ConstructorsConstructorDescriptionClientboundSelectAdvancementsTabPacket(@Nullable String tabId) ClientboundSelectAdvancementsTabPacket(io.netty.buffer.ByteBuf in, MinecraftCodecHelper helper) -
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
isPriority, isTerminal
-
Constructor Details
-
ClientboundSelectAdvancementsTabPacket
public ClientboundSelectAdvancementsTabPacket(io.netty.buffer.ByteBuf in, MinecraftCodecHelper helper) -
ClientboundSelectAdvancementsTabPacket
-
-
Method Details
-
serialize
- Specified by:
serializein interfaceMinecraftPacket
-
getTabId
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-
withTabId
- Returns:
- a clone of this object, except with this updated property (returns
thisif an identical value is passed).
-