Uses of Enum Class
net.minecraft.client.GraphicsStatus
Packages that use GraphicsStatus
-
Uses of GraphicsStatus in net.minecraft.client
Fields in net.minecraft.client with type parameters of type GraphicsStatusModifier and TypeFieldDescriptionprivate static final IntFunction
<GraphicsStatus> GraphicsStatus.BY_ID
private final OptionInstance
<GraphicsStatus> Options.graphicsMode
Methods in net.minecraft.client that return GraphicsStatusModifier and TypeMethodDescriptionstatic GraphicsStatus
GraphicsStatus.byId
(int p_90775_) static GraphicsStatus
Returns the enum constant of this class with the specified name.static GraphicsStatus[]
GraphicsStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.client that return types with arguments of type GraphicsStatus