Uses of Record Class
net.minecraft.network.protocol.status.ServerStatus
Packages that use ServerStatus
Package
Description
-
Uses of ServerStatus in net.minecraft.network.protocol.status
Fields in net.minecraft.network.protocol.status declared as ServerStatusModifier and TypeFieldDescriptionprivate final ServerStatus
ClientboundStatusResponsePacket.status
The field for thestatus
record component.Fields in net.minecraft.network.protocol.status with type parameters of type ServerStatusModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<ServerStatus>
ServerStatus.CODEC
Methods in net.minecraft.network.protocol.status that return ServerStatusModifier and TypeMethodDescriptionClientboundStatusResponsePacket.status()
Returns the value of thestatus
record component.Constructors in net.minecraft.network.protocol.status with parameters of type ServerStatusModifierConstructorDescriptionClientboundStatusResponsePacket
(ServerStatus status, @Nullable String cachedStatus) Creates an instance of aClientboundStatusResponsePacket
record class. -
Uses of ServerStatus in net.minecraft.server
Fields in net.minecraft.server declared as ServerStatusMethods in net.minecraft.server that return ServerStatusModifier and TypeMethodDescriptionprivate ServerStatus
MinecraftServer.buildServerStatus()
MinecraftServer.getStatus()
Methods in net.minecraft.server with parameters of type ServerStatusModifier and TypeMethodDescriptionprivate void
MinecraftServer.resetStatusCache
(ServerStatus status) -
Uses of ServerStatus in net.minecraft.server.level
Methods in net.minecraft.server.level with parameters of type ServerStatus -
Uses of ServerStatus in net.minecraft.server.network
Fields in net.minecraft.server.network declared as ServerStatusModifier and TypeFieldDescriptionprivate final ServerStatus
ServerStatusPacketListenerImpl.status
Constructors in net.minecraft.server.network with parameters of type ServerStatusModifierConstructorDescriptionServerStatusPacketListenerImpl
(ServerStatus p_272864_, Connection p_273586_) ServerStatusPacketListenerImpl
(ServerStatus p_272864_, Connection p_273586_, @Nullable String statusCache) -
Uses of ServerStatus in net.minecraftforge.client
Methods in net.minecraftforge.client with parameters of type ServerStatusModifier and TypeMethodDescriptionstatic void
ForgeHooksClient.processForgeListPingData
(ServerStatus packet, ServerData target)