Class ClientboundChunkBatchStartPacket
java.lang.Object
net.minecraft.network.protocol.game.ClientboundChunkBatchStartPacket
- All Implemented Interfaces:
Packet<ClientGamePacketListener>
public class ClientboundChunkBatchStartPacket
extends Object
implements Packet<ClientGamePacketListener>
-
Field Summary
Modifier and TypeFieldDescriptionstatic final ClientboundChunkBatchStartPacket
static final StreamCodec
<io.netty.buffer.ByteBuf, ClientboundChunkBatchStartPacket> -
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.network.protocol.Packet
isSkippable, isTerminal
-
Field Details
-
INSTANCE
-
STREAM_CODEC
public static final StreamCodec<io.netty.buffer.ByteBuf,ClientboundChunkBatchStartPacket> STREAM_CODEC
-
-
Constructor Details
-
ClientboundChunkBatchStartPacket
private ClientboundChunkBatchStartPacket()
-
-
Method Details
-
type
- Specified by:
type
in interfacePacket<ClientGamePacketListener>
-
handle
- Specified by:
handle
in interfacePacket<ClientGamePacketListener>
-