Uses of Enum Class
com.mojang.realmsclient.RealmsAvailability.Type
Packages that use RealmsAvailability.Type
-
Uses of RealmsAvailability.Type in com.mojang.realmsclient
Fields in com.mojang.realmsclient declared as RealmsAvailability.TypeModifier and TypeFieldDescriptionprivate final RealmsAvailability.Type
RealmsAvailability.Result.type
The field for thetype
record component.Methods in com.mojang.realmsclient that return RealmsAvailability.TypeModifier and TypeMethodDescriptionRealmsAvailability.Result.type()
Returns the value of thetype
record component.static RealmsAvailability.Type
Returns the enum constant of this class with the specified name.static RealmsAvailability.Type[]
RealmsAvailability.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.mojang.realmsclient with parameters of type RealmsAvailability.TypeModifierConstructorDescriptionResult
(RealmsAvailability.Type p_298726_) Result
(RealmsAvailability.Type type, RealmsServiceException exception) Creates an instance of aResult
record class.