Class ServerboundStatusRequestPacket
java.lang.Object
net.minecraft.network.protocol.status.ServerboundStatusRequestPacket
- All Implemented Interfaces:
Packet<ServerStatusPacketListener>
public class ServerboundStatusRequestPacket
extends Object
implements Packet<ServerStatusPacketListener>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ServerboundStatusRequestPacket
static final StreamCodec
<io.netty.buffer.ByteBuf, ServerboundStatusRequestPacket> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
handle
(ServerStatusPacketListener pHandler) Passes this Packet on to the NetHandler for processing.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, isTerminal
-
Field Details
-
INSTANCE
-
STREAM_CODEC
public static final StreamCodec<io.netty.buffer.ByteBuf,ServerboundStatusRequestPacket> STREAM_CODEC
-
-
Constructor Details
-
ServerboundStatusRequestPacket
private ServerboundStatusRequestPacket()
-
-
Method Details
-
type
- Specified by:
type
in interfacePacket<ServerStatusPacketListener>
-
handle
Passes this Packet on to the NetHandler for processing.- Specified by:
handle
in interfacePacket<ServerStatusPacketListener>
-