Uses of Class
net.minecraft.network.protocol.game.ClientboundOpenBookPacket
Packages that use ClientboundOpenBookPacket
-
Uses of ClientboundOpenBookPacket in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer with parameters of type ClientboundOpenBookPacketModifier and TypeMethodDescriptionvoid
ClientPacketListener.handleOpenBook
(ClientboundOpenBookPacket p_105040_) -
Uses of ClientboundOpenBookPacket in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game with type parameters of type ClientboundOpenBookPacketModifier and TypeFieldDescriptionstatic final PacketType
<ClientboundOpenBookPacket> GamePacketTypes.CLIENTBOUND_OPEN_BOOK
static final StreamCodec
<FriendlyByteBuf, ClientboundOpenBookPacket> ClientboundOpenBookPacket.STREAM_CODEC
Methods in net.minecraft.network.protocol.game that return types with arguments of type ClientboundOpenBookPacketMethods in net.minecraft.network.protocol.game with parameters of type ClientboundOpenBookPacketModifier and TypeMethodDescriptionvoid
ClientGamePacketListener.handleOpenBook
(ClientboundOpenBookPacket p_131408_)