Uses of Enum
net.minecraft.client.render.VertexFormat.IntType
Packages that use VertexFormat.IntType
-
Uses of VertexFormat.IntType in com.mojang.blaze3d.systems
Fields in com.mojang.blaze3d.systems declared as VertexFormat.IntTypeModifier and TypeFieldDescriptionprivate VertexFormat.IntTypeRenderSystem.IndexBuffer.vertexFormatMethods in com.mojang.blaze3d.systems that return VertexFormat.IntType -
Uses of VertexFormat.IntType in net.minecraft.client.gl
Fields in net.minecraft.client.gl declared as VertexFormat.IntType -
Uses of VertexFormat.IntType in net.minecraft.client.render
Fields in net.minecraft.client.render declared as VertexFormat.IntTypeModifier and TypeFieldDescriptionprivate VertexFormat.IntTypeBufferBuilder.DrawArrayParameters.field_27355Methods in net.minecraft.client.render that return VertexFormat.IntTypeModifier and TypeMethodDescriptionstatic VertexFormat.IntTypeVertexFormat.IntType.getSmallestTypeFor(int number)Gets the smallest type in which the given number fits.BufferBuilder.DrawArrayParameters.method_31956()static VertexFormat.IntTypeReturns the enum constant of this type with the specified name.static VertexFormat.IntType[]VertexFormat.IntType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.minecraft.client.render with parameters of type VertexFormat.IntTypeModifier and TypeMethodDescriptionprivate IntConsumerBufferBuilder.method_31949(VertexFormat.IntType intType)private voidBufferBuilder.method_31950(VertexFormat.IntType intType)private static voidBufferRenderer.method_34422(ByteBuffer byteBuffer, VertexFormat.DrawMode drawMode, VertexFormat vertexFormat, int int2, VertexFormat.IntType intType, int int3, boolean bool)Constructors in net.minecraft.client.render with parameters of type VertexFormat.IntTypeModifierConstructorDescriptionprivateDrawArrayParameters(VertexFormat vertexFormat, int count, int mode, VertexFormat.DrawMode drawMode, VertexFormat.IntType intType, boolean bool, boolean bool2)