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
FieldsModifier and TypeFieldDescriptionstatic final ServerboundConfigurationAcknowledgedPacketstatic final StreamCodec<io.netty.buffer.ByteBuf, ServerboundConfigurationAcknowledgedPacket> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandle(ServerGamePacketListener 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, ServerboundConfigurationAcknowledgedPacket> STREAM_CODEC
-
-
Constructor Details
-
ServerboundConfigurationAcknowledgedPacket
private ServerboundConfigurationAcknowledgedPacket()
-
-
Method Details
-
type
- Specified by:
typein interfacePacket<ServerGamePacketListener>
-
handle
Description copied from interface:PacketPasses this Packet on to the PacketListener for processing.- Specified by:
handlein interfacePacket<ServerGamePacketListener>
-
isTerminal
public boolean isTerminal()- Specified by:
isTerminalin interfacePacket<ServerGamePacketListener>
-