Uses of Class
net.minecraftforge.debug.command.EnumArgumentTest.ExampleEnum
-
Packages that use EnumArgumentTest.ExampleEnum Package Description net.minecraftforge.debug.command -
-
Uses of EnumArgumentTest.ExampleEnum in net.minecraftforge.debug.command
Methods in net.minecraftforge.debug.command that return EnumArgumentTest.ExampleEnum Modifier and Type Method Description static EnumArgumentTest.ExampleEnum
EnumArgumentTest.ExampleEnum. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static EnumArgumentTest.ExampleEnum[]
EnumArgumentTest.ExampleEnum. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-