Uses of Record Class
net.minecraft.network.packet.c2s.play.BookUpdateC2SPacket
Packages that use BookUpdateC2SPacket
Package
Description
- 
Uses of BookUpdateC2SPacket in net.minecraft.network.listenerMethods in net.minecraft.network.listener with parameters of type BookUpdateC2SPacketModifier and TypeMethodDescriptionvoidServerPlayPacketListener.onBookUpdate(BookUpdateC2SPacket packet) 
- 
Uses of BookUpdateC2SPacket in net.minecraft.network.packetFields in net.minecraft.network.packet with type parameters of type BookUpdateC2SPacketModifier and TypeFieldDescriptionstatic final PacketType<BookUpdateC2SPacket> PlayPackets.EDIT_BOOK
- 
Uses of BookUpdateC2SPacket in net.minecraft.network.packet.c2s.playFields in net.minecraft.network.packet.c2s.play with type parameters of type BookUpdateC2SPacketModifier and TypeFieldDescriptionstatic final PacketCodec<PacketByteBuf, BookUpdateC2SPacket> BookUpdateC2SPacket.CODECMethods in net.minecraft.network.packet.c2s.play that return types with arguments of type BookUpdateC2SPacket
- 
Uses of BookUpdateC2SPacket in net.minecraft.server.networkMethods in net.minecraft.server.network with parameters of type BookUpdateC2SPacketModifier and TypeMethodDescriptionvoidServerPlayNetworkHandler.onBookUpdate(BookUpdateC2SPacket packet)