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 TypeMethodDescriptionvoidClientPacketListener.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_BOOKstatic final StreamCodec<FriendlyByteBuf, ClientboundOpenBookPacket> ClientboundOpenBookPacket.STREAM_CODECMethods 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 TypeMethodDescriptionvoidClientGamePacketListener.handleOpenBook(ClientboundOpenBookPacket p_131408_)