Uses of Record Class
net.minecraft.network.protocol.status.ServerStatus.Version
Packages that use ServerStatus.Version
-
Uses of ServerStatus.Version in net.minecraft.network.protocol.status
Fields in net.minecraft.network.protocol.status with type parameters of type ServerStatus.VersionModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<ServerStatus.Version> ServerStatus.Version.CODECprivate final Optional<ServerStatus.Version> ServerStatus.versionThe field for theversionrecord component.Methods in net.minecraft.network.protocol.status that return ServerStatus.VersionMethods in net.minecraft.network.protocol.status that return types with arguments of type ServerStatus.VersionModifier and TypeMethodDescriptionServerStatus.version()Returns the value of theversionrecord component. -
Uses of ServerStatus.Version in net.minecraft.server.jsonrpc.methods
Fields in net.minecraft.server.jsonrpc.methods declared as ServerStatus.VersionModifier and TypeFieldDescriptionprivate final ServerStatus.VersionServerStateService.ServerState.versionThe field for theversionrecord component.Methods in net.minecraft.server.jsonrpc.methods that return ServerStatus.VersionModifier and TypeMethodDescriptionServerStateService.ServerState.version()Returns the value of theversionrecord component.Constructors in net.minecraft.server.jsonrpc.methods with parameters of type ServerStatus.VersionModifierConstructorDescriptionServerState(boolean started, List<PlayerDto> players, ServerStatus.Version version) Creates an instance of aServerStaterecord class.