Class ServerboundConfigurationAcknowledgedPacket
java.lang.Object
net.minecraft.network.protocol.game.ServerboundConfigurationAcknowledgedPacket
- All Implemented Interfaces:
Packet<ServerGamePacketListener>
public class ServerboundConfigurationAcknowledgedPacket
extends Object
implements Packet<ServerGamePacketListener>
-
Field Summary
Modifier and TypeFieldDescriptionstatic final ServerboundConfigurationAcknowledgedPacket
static final StreamCodec
<io.netty.buffer.ByteBuf, ServerboundConfigurationAcknowledgedPacket> -
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
-
Field Details
-
INSTANCE
-
STREAM_CODEC
public static final StreamCodec<io.netty.buffer.ByteBuf,ServerboundConfigurationAcknowledgedPacket> STREAM_CODEC
-
-
Constructor Details
-
ServerboundConfigurationAcknowledgedPacket
private ServerboundConfigurationAcknowledgedPacket()
-
-
Method Details
-
type
- Specified by:
type
in interfacePacket<ServerGamePacketListener>
-
handle
- Specified by:
handle
in interfacePacket<ServerGamePacketListener>
-
isTerminal
public boolean isTerminal()- Specified by:
isTerminal
in interfacePacket<ServerGamePacketListener>
-