Uses of Class
net.minecraft.client.util.Session.AccountType
| Package | Description |
|---|---|
| net.minecraft.client.util |
-
Uses of Session.AccountType in net.minecraft.client.util
Fields in net.minecraft.client.util declared as Session.AccountType Modifier and Type Field Description private Session.AccountTypeSession. accountTypeFields in net.minecraft.client.util with type parameters of type Session.AccountType Modifier and Type Field Description private static Map<String,Session.AccountType>Session.AccountType. BY_NAMEMethods in net.minecraft.client.util that return Session.AccountType Modifier and Type Method Description static @Nullable Session.AccountTypeSession.AccountType. byName(String string)Session.AccountTypeSession. getAccountType()static Session.AccountTypeSession.AccountType. valueOf(String name)Returns the enum constant of this type with the specified name.static Session.AccountType[]Session.AccountType. values()Returns an array containing the constants of this enum type, in the order they are declared.