Uses of Enum Class
net.minecraft.client.util.Session.AccountType
Packages that use Session.AccountType
-
Uses of Session.AccountType in net.minecraft.client.util
Fields in net.minecraft.client.util declared as Session.AccountTypeFields in net.minecraft.client.util with type parameters of type Session.AccountTypeModifier and TypeFieldDescriptionprivate static final Map<String,Session.AccountType> Session.AccountType.BY_NAMEMethods in net.minecraft.client.util that return Session.AccountTypeModifier and TypeMethodDescriptionstatic @Nullable Session.AccountTypeSession.getAccountType()static Session.AccountTypeReturns the enum constant of this class with the specified name.static Session.AccountType[]Session.AccountType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.minecraft.client.util with parameters of type Session.AccountType