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 AoMode
GameOptions. ao
private static AoMode[]
AoMode. VALUES
Fields in net.minecraft.client.option with type parameters of type AoMode Modifier and Type Field Description static CyclingOption<AoMode>
Option. AO
Methods in net.minecraft.client.option that return AoMode Modifier and Type Method Description static AoMode
AoMode. byId(int id)
private static AoMode
GameOptions. loadAo(String value)
static AoMode
AoMode. 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.