Uses of Record Class
net.minecraft.network.protocol.status.ServerStatus.Players
Packages that use ServerStatus.Players
Package
Description
-
Uses of ServerStatus.Players in net.minecraft.client.multiplayer
Fields in net.minecraft.client.multiplayer declared as ServerStatus.Players -
Uses of ServerStatus.Players in net.minecraft.network.protocol.status
Fields in net.minecraft.network.protocol.status with type parameters of type ServerStatus.PlayersModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<ServerStatus.Players> ServerStatus.Players.CODEC
private final Optional
<ServerStatus.Players> ServerStatus.players
The field for theplayers
record component.Methods in net.minecraft.network.protocol.status that return types with arguments of type ServerStatus.PlayersModifier and TypeMethodDescriptionServerStatus.players()
Returns the value of theplayers
record component.Constructor parameters in net.minecraft.network.protocol.status with type arguments of type ServerStatus.PlayersModifierConstructorDescriptionServerStatus
(Component description, Optional<ServerStatus.Players> players, Optional<ServerStatus.Version> version, Optional<ServerStatus.Favicon> favicon, boolean enforcesSecureChat) Deprecated.ServerStatus
(Component description, Optional<ServerStatus.Players> players, Optional<ServerStatus.Version> version, Optional<ServerStatus.Favicon> favicon, boolean enforcesSecureChat, boolean isModded) Creates an instance of aServerStatus
record class. -
Uses of ServerStatus.Players in net.minecraft.server
Methods in net.minecraft.server that return ServerStatus.PlayersModifier and TypeMethodDescriptionprivate ServerStatus.Players
MinecraftServer.buildPlayerStatus()
ServerStatus(Component, Optional, Optional, Optional, boolean, boolean)