Uses of Record Class
net.minecraft.network.packet.c2s.play.BookUpdateC2SPacket
Package
Description
-
Uses of BookUpdateC2SPacket in net.minecraft.network.listener
Modifier and TypeMethodDescriptionvoid
ServerPlayPacketListener.onBookUpdate
(BookUpdateC2SPacket packet) -
Uses of BookUpdateC2SPacket in net.minecraft.network.packet
Modifier and TypeFieldDescriptionstatic final PacketType
<BookUpdateC2SPacket> PlayPackets.EDIT_BOOK
-
Uses of BookUpdateC2SPacket in net.minecraft.network.packet.c2s.play
Modifier and TypeFieldDescriptionstatic final PacketCodec
<PacketByteBuf, BookUpdateC2SPacket> BookUpdateC2SPacket.CODEC
-
Uses of BookUpdateC2SPacket in net.minecraft.server.network
Modifier and TypeMethodDescriptionvoid
ServerPlayNetworkHandler.onBookUpdate
(BookUpdateC2SPacket packet)