Class ClientboundStartConfigurationPacket
java.lang.Object
net.minecraft.network.protocol.game.ClientboundStartConfigurationPacket
- All Implemented Interfaces:
Packet<ClientGamePacketListener>
public class ClientboundStartConfigurationPacket
extends Object
implements Packet<ClientGamePacketListener>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ClientboundStartConfigurationPacketstatic final StreamCodec<io.netty.buffer.ByteBuf, ClientboundStartConfigurationPacket> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandle(ClientGamePacketListener listener) Passes this Packet on to the PacketListener for processing.booleantype()Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Packet
isSkippable
-
Field Details
-
INSTANCE
-
STREAM_CODEC
public static final StreamCodec<io.netty.buffer.ByteBuf, ClientboundStartConfigurationPacket> STREAM_CODEC
-
-
Constructor Details
-
ClientboundStartConfigurationPacket
private ClientboundStartConfigurationPacket()
-
-
Method Details
-
type
- Specified by:
typein interfacePacket<ClientGamePacketListener>
-
handle
Description copied from interface:PacketPasses this Packet on to the PacketListener for processing.- Specified by:
handlein interfacePacket<ClientGamePacketListener>
-
isTerminal
public boolean isTerminal()- Specified by:
isTerminalin interfacePacket<ClientGamePacketListener>
-