Class ClientboundChunksBiomesPacket
java.lang.Object
org.geysermc.mcprotocollib.protocol.packet.ingame.clientbound.level.ClientboundChunksBiomesPacket
- All Implemented Interfaces:
Packet,MinecraftPacket
-
Constructor Summary
ConstructorsConstructorDescriptionClientboundChunksBiomesPacket(io.netty.buffer.ByteBuf in, MinecraftCodecHelper helper) ClientboundChunksBiomesPacket(List<ChunkBiomeData> chunkBiomeData) -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleaninthashCode()voidserialize(io.netty.buffer.ByteBuf out, MinecraftCodecHelper helper) @NonNull StringtoString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.geysermc.mcprotocollib.network.packet.Packet
isPriority
-
Constructor Details
-
ClientboundChunksBiomesPacket
-
ClientboundChunksBiomesPacket
-
-
Method Details