Uses of Enum Class
net.minecraft.client.realms.RealmsAvailability.Type
Packages that use RealmsAvailability.Type
-
Uses of RealmsAvailability.Type in net.minecraft.client.realms
Fields in net.minecraft.client.realms declared as RealmsAvailability.TypeModifier and TypeFieldDescriptionprivate final RealmsAvailability.TypeRealmsAvailability.Info.typeThe field for thetyperecord component.Methods in net.minecraft.client.realms that return RealmsAvailability.TypeModifier and TypeMethodDescriptionRealmsAvailability.Info.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 net.minecraft.client.realms with parameters of type RealmsAvailability.TypeModifierConstructorDescriptionInfo(RealmsAvailability.Type type) Info(RealmsAvailability.Type type, @Nullable RealmsServiceException realmsServiceException)