Uses of Enum Class
net.minecraft.client.render.VertexFormat.IntType
-
Uses of VertexFormat.IntType in com.mojang.blaze3d.systems
Modifier and TypeFieldDescriptionprivate VertexFormat.IntType
RenderSystem.IndexBuffer.elementFormat
-
Uses of VertexFormat.IntType in net.minecraft.client.gl
-
Uses of VertexFormat.IntType in net.minecraft.client.render
Modifier and TypeFieldDescriptionprivate VertexFormat.IntType
BufferBuilder.DrawArrayParameters.elementFormat
Modifier and TypeMethodDescriptionBufferBuilder.DrawArrayParameters.getElementFormat()
static VertexFormat.IntType
VertexFormat.IntType.getSmallestTypeFor(int number)
Gets the smallest type in which the given number fits.static VertexFormat.IntType
Returns the enum constant of this class with the specified name.static VertexFormat.IntType[]
VertexFormat.IntType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionprivate IntConsumer
BufferBuilder.createConsumer(VertexFormat.IntType elementFormat)
private static void
BufferRenderer.draw(ByteBuffer buffer, VertexFormat.DrawMode drawMode, VertexFormat vertexFormat, int count, VertexFormat.IntType elementFormat, int vertexCount, boolean textured)
private void
BufferBuilder.writeCameraOffset(VertexFormat.IntType elementFormat)
ModifierConstructorDescription(package private)
DrawArrayParameters(VertexFormat vertexFormat, int int2, int int3, VertexFormat.DrawMode drawMode, VertexFormat.IntType intType, boolean bool, boolean bool2)