Uses of Enum Class
net.minecraft.client.gl.GlUsage
Packages that use GlUsage
Package
Description
The base package for all Minecraft classes.
-
Uses of GlUsage in com.mojang.blaze3d.platform
Methods in com.mojang.blaze3d.platform with parameters of type GlUsage -
Uses of GlUsage in net.minecraft
Methods in net.minecraft with parameters of type GlUsageModifier and TypeMethodDescriptionclass_10865.method_68386(@Nullable Supplier<String> supplier, GlBufferTarget glBufferTarget, GlUsage glUsage, int int2) class_10882.method_68386(@Nullable Supplier<String> supplier, GlBufferTarget glBufferTarget, GlUsage glUsage, int int2) class_10865.method_68387(@Nullable Supplier<String> supplier, GlBufferTarget glBufferTarget, GlUsage glUsage, ByteBuffer byteBuffer) class_10882.method_68387(@Nullable Supplier<String> supplier, GlBufferTarget glBufferTarget, GlUsage glUsage, ByteBuffer byteBuffer) Constructors in net.minecraft with parameters of type GlUsageModifierConstructorDescriptionprotectedclass_10859(class_10861 class_10861, @Nullable Supplier<String> supplier, GlBufferTarget glBufferTarget, GlUsage glUsage, int int2, int int3) -
Uses of GlUsage in net.minecraft.client.gl
Fields in net.minecraft.client.gl declared as GlUsageMethods in net.minecraft.client.gl that return GlUsageModifier and TypeMethodDescriptionGpuBuffer.method_68343()static GlUsageReturns the enum constant of this class with the specified name.static GlUsage[]GlUsage.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 GlUsageModifierConstructorDescriptionGpuBuffer(GlBufferTarget glBufferTarget, GlUsage glUsage, int int2)