Uses of Enum Class
com.mojang.realmsclient.RealmsAvailability.Type
Packages that use RealmsAvailability.Type
- 
Uses of RealmsAvailability.Type in com.mojang.realmsclientFields in com.mojang.realmsclient declared as RealmsAvailability.TypeModifier and TypeFieldDescriptionprivate final RealmsAvailability.TypeRealmsAvailability.Result.typeThe field for thetyperecord component.Methods in com.mojang.realmsclient that return RealmsAvailability.TypeModifier and TypeMethodDescriptionRealmsAvailability.Result.type()Returns the value of thetyperecord component.static RealmsAvailability.TypeReturns 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_294456_) Result(RealmsAvailability.Type type, RealmsServiceException exception) Creates an instance of aResultrecord class.