Uses of Enum Class
net.minecraft.client.gl.Usage
Packages that use Usage
Package
Description
The base package for all Minecraft classes.
-
Uses of Usage in net.minecraft
Fields in net.minecraft declared as UsageConstructors in net.minecraft with parameters of type UsageModifierConstructorDescriptionclass_10227(class_10226 class_10226, Usage usage, int int2) class_10227(class_10226 class_10226, Usage usage, ByteBuffer byteBuffer) -
Uses of Usage in net.minecraft.client.gl
Fields in net.minecraft.client.gl declared as UsageMethods in net.minecraft.client.gl that return UsageModifier and TypeMethodDescriptionstatic UsageReturns the enum constant of this class with the specified name.static Usage[]Usage.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.minecraft.client.gl with parameters of type Usage