Uses of Record Class
net.minecraft.network.protocol.status.ServerStatus
Packages that use ServerStatus
Package
Description
- 
Uses of ServerStatus in net.minecraft.network.protocol.statusFields in net.minecraft.network.protocol.status declared as ServerStatusModifier and TypeFieldDescriptionprivate final ServerStatusClientboundStatusResponsePacket.statusThe field for thestatusrecord component.Fields in net.minecraft.network.protocol.status with type parameters of type ServerStatusModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<ServerStatus>ServerStatus.CODECMethods in net.minecraft.network.protocol.status that return ServerStatusModifier and TypeMethodDescriptionClientboundStatusResponsePacket.status()Returns the value of thestatusrecord component.Constructors in net.minecraft.network.protocol.status with parameters of type ServerStatusModifierConstructorDescriptionClientboundStatusResponsePacket(ServerStatus status, @Nullable String cachedStatus) Creates an instance of aClientboundStatusResponsePacketrecord class.
- 
Uses of ServerStatus in net.minecraft.serverFields in net.minecraft.server declared as ServerStatusMethods in net.minecraft.server that return ServerStatusModifier and TypeMethodDescriptionprivate ServerStatusMinecraftServer.buildServerStatus()MinecraftServer.getStatus()Methods in net.minecraft.server with parameters of type ServerStatusModifier and TypeMethodDescriptionprivate voidMinecraftServer.resetStatusCache(ServerStatus status) 
- 
Uses of ServerStatus in net.minecraft.server.levelMethods in net.minecraft.server.level with parameters of type ServerStatus
- 
Uses of ServerStatus in net.minecraft.server.networkFields in net.minecraft.server.network declared as ServerStatusModifier and TypeFieldDescriptionprivate final ServerStatusServerStatusPacketListenerImpl.statusConstructors 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)