Uses of Enum Class
net.minecraft.client.session.Session.AccountType
Packages that use Session.AccountType
-
Uses of Session.AccountType in net.minecraft.client.session
Fields in net.minecraft.client.session declared as Session.AccountTypeFields in net.minecraft.client.session with type parameters of type Session.AccountTypeModifier and TypeFieldDescriptionprivate static final Map<String,Session.AccountType> Session.AccountType.BY_NAMEMethods in net.minecraft.client.session 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.session with parameters of type Session.AccountType