Class ServerboundFinishConfigurationPacket
java.lang.Object
net.minecraft.network.protocol.configuration.ServerboundFinishConfigurationPacket
- All Implemented Interfaces:
Packet<ServerConfigurationPacketListener>
public class ServerboundFinishConfigurationPacket
extends Object
implements Packet<ServerConfigurationPacketListener>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ServerboundFinishConfigurationPacketstatic final StreamCodec<io.netty.buffer.ByteBuf, ServerboundFinishConfigurationPacket> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandle(ServerConfigurationPacketListener 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, ServerboundFinishConfigurationPacket> STREAM_CODEC
-
-
Constructor Details
-
ServerboundFinishConfigurationPacket
private ServerboundFinishConfigurationPacket()
-
-
Method Details
-
type
- Specified by:
typein interfacePacket<ServerConfigurationPacketListener>
-
handle
Description copied from interface:PacketPasses this Packet on to the PacketListener for processing.- Specified by:
handlein interfacePacket<ServerConfigurationPacketListener>
-
isTerminal
public boolean isTerminal()- Specified by:
isTerminalin interfacePacket<ServerConfigurationPacketListener>
-