Class ClientboundOpenBookPacket
java.lang.Object
net.minecraft.network.protocol.game.ClientboundOpenBookPacket
- All Implemented Interfaces:
Packet<ClientGamePacketListener>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final InteractionHandstatic final StreamCodec<FriendlyByteBuf, ClientboundOpenBookPacket> -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate -
Method Summary
Modifier and TypeMethodDescriptiongetHand()voidhandle(ClientGamePacketListener listener) type()private voidwrite(FriendlyByteBuf output) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Packet
isSkippable, isTerminal
-
Field Details
-
STREAM_CODEC
-
hand
-
-
Constructor Details
-
ClientboundOpenBookPacket
-
ClientboundOpenBookPacket
-
-
Method Details
-
write
-
type
- Specified by:
typein interfacePacket<ClientGamePacketListener>
-
handle
- Specified by:
handlein interfacePacket<ClientGamePacketListener>
-
getHand
-