Uses of Enum Class
net.minecraft.client.gl.GlBufferTarget
Packages that use GlBufferTarget
Package
Description
The base package for all Minecraft classes.
-
Uses of GlBufferTarget in com.mojang.blaze3d.platform
Methods in com.mojang.blaze3d.platform with parameters of type GlBufferTarget -
Uses of GlBufferTarget in net.minecraft
Methods in net.minecraft with parameters of type GlBufferTargetModifier 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 GlBufferTargetModifierConstructorDescriptionprotectedclass_10859(class_10861 class_10861, @Nullable Supplier<String> supplier, GlBufferTarget glBufferTarget, GlUsage glUsage, int int2, int int3) -
Uses of GlBufferTarget in net.minecraft.client.gl
Fields in net.minecraft.client.gl declared as GlBufferTargetMethods in net.minecraft.client.gl that return GlBufferTargetModifier and TypeMethodDescriptionGpuBuffer.getTarget()static GlBufferTargetReturns the enum constant of this class with the specified name.static GlBufferTarget[]GlBufferTarget.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 GlBufferTargetModifierConstructorDescriptionGpuBuffer(GlBufferTarget glBufferTarget, GlUsage glUsage, int int2)