Uses of Class
net.minecraft.util.Session.Type
-
Packages that use Session.Type Package Description net.minecraft.util -
-
Uses of Session.Type in net.minecraft.util
Fields in net.minecraft.util declared as Session.Type Modifier and Type Field Description private Session.Type
Session. type
Fields in net.minecraft.util with type parameters of type Session.Type Modifier and Type Field Description private static java.util.Map<java.lang.String,Session.Type>
Session.Type. BY_NAME
Methods in net.minecraft.util that return Session.Type Modifier and Type Method Description static Session.Type
Session.Type. byName(java.lang.String p_152421_0_)
static Session.Type
Session.Type. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Session.Type[]
Session.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-