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
Modifier and TypeFieldDescriptionstatic final ServerboundFinishConfigurationPacket
static final StreamCodec
<io.netty.buffer.ByteBuf, ServerboundFinishConfigurationPacket> -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
handle
(ServerConfigurationPacketListener p_299852_) boolean
type()
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
-
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:
type
in interfacePacket<ServerConfigurationPacketListener>
-
handle
- Specified by:
handle
in interfacePacket<ServerConfigurationPacketListener>
-
isTerminal
public boolean isTerminal()- Specified by:
isTerminal
in interfacePacket<ServerConfigurationPacketListener>
-