implements Packet<ServerGamePacketListener>
| aiw | |
| net.minecraft.network.protocol.game.ServerboundEditBookPacket | |
| net.minecraft.class_2820 | |
| net.minecraft.network.packet.c2s.play.BookUpdateC2SPacket |
Field summary
| Modifier and Type | Field | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| private final int |
| ||||||||
| private final List<String> |
| ||||||||
| private final Optional<String> |
| ||||||||
| public static final StreamCodec<FriendlyByteBuf, ServerboundEditBookPacket> |
|
Constructor summary
| Modifier | Constructor |
|---|---|
| public | (int slot, List<String> pages, Optional<String> title) |
Method summary
| Modifier and Type | Method | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| public PacketType<ServerboundEditBookPacket> |
| ||||||||
| public void |
| ||||||||
| public int |
| ||||||||
| public List<String> |
| ||||||||
| public Optional<String> |
|