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