Uses of Class
net.minecraft.client.option.AoMode
| Package | Description |
|---|---|
| net.minecraft.client.option |
-
Uses of AoMode in net.minecraft.client.option
Fields in net.minecraft.client.option declared as AoMode Modifier and Type Field Description AoModeGameOptions. aoprivate static AoMode[]AoMode. VALUESFields in net.minecraft.client.option with type parameters of type AoMode Modifier and Type Field Description static CyclingOption<AoMode>Option. AOMethods in net.minecraft.client.option that return AoMode Modifier and Type Method Description static AoModeAoMode. byId(int id)private static AoModeGameOptions. loadAo(String value)static AoModeAoMode. valueOf(String name)Returns the enum constant of this type with the specified name.static AoMode[]AoMode. values()Returns an array containing the constants of this enum type, in the order they are declared.