Uses of Class
net.minecraft.network.protocol.status.ServerboundStatusRequestPacket
Packages that use ServerboundStatusRequestPacket
-
Uses of ServerboundStatusRequestPacket in net.minecraft.network.protocol.status
Fields in net.minecraft.network.protocol.status declared as ServerboundStatusRequestPacketModifier and TypeFieldDescriptionstatic final ServerboundStatusRequestPacket
ServerboundStatusRequestPacket.INSTANCE
Fields in net.minecraft.network.protocol.status with type parameters of type ServerboundStatusRequestPacketModifier and TypeFieldDescriptionstatic final PacketType
<ServerboundStatusRequestPacket> StatusPacketTypes.SERVERBOUND_STATUS_REQUEST
static final StreamCodec
<io.netty.buffer.ByteBuf, ServerboundStatusRequestPacket> ServerboundStatusRequestPacket.STREAM_CODEC
Methods in net.minecraft.network.protocol.status that return types with arguments of type ServerboundStatusRequestPacketMethods in net.minecraft.network.protocol.status with parameters of type ServerboundStatusRequestPacketModifier and TypeMethodDescriptionvoid
ServerStatusPacketListener.handleStatusRequest
(ServerboundStatusRequestPacket p_134987_) -
Uses of ServerboundStatusRequestPacket in net.minecraft.server.network
Methods in net.minecraft.server.network with parameters of type ServerboundStatusRequestPacketModifier and TypeMethodDescriptionvoid
ServerStatusPacketListenerImpl.handleStatusRequest
(ServerboundStatusRequestPacket p_10095_)