Uses of Enum Class
net.minecraft.client.telemetry.TelemetryProperty.ServerType
Packages that use TelemetryProperty.ServerType
-
Uses of TelemetryProperty.ServerType in net.minecraft.client.telemetry
Fields in net.minecraft.client.telemetry with type parameters of type TelemetryProperty.ServerTypeModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<TelemetryProperty.ServerType> TelemetryProperty.ServerType.CODECstatic final TelemetryProperty<TelemetryProperty.ServerType> TelemetryProperty.SERVER_TYPEMethods in net.minecraft.client.telemetry that return TelemetryProperty.ServerTypeModifier and TypeMethodDescriptionstatic TelemetryProperty.ServerTypeReturns the enum constant of this class with the specified name.static TelemetryProperty.ServerType[]TelemetryProperty.ServerType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of TelemetryProperty.ServerType in net.minecraft.client.telemetry.events
Methods in net.minecraft.client.telemetry.events that return TelemetryProperty.ServerTypeModifier and TypeMethodDescriptionprivate TelemetryProperty.ServerTypeWorldLoadEvent.getServerType()