Uses of Enum Class
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.elementFormatMethods 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.IntTypeMethods in net.minecraft.client.gl that return VertexFormat.IntType -
Uses of VertexFormat.IntType in net.minecraft.client.render
Fields in net.minecraft.client.render declared as VertexFormat.IntTypeModifier and TypeFieldDescriptionprivate final VertexFormat.IntTypeBufferBuilder.DrawArrayParameters.elementFormatThe field for theelementFormatrecord component.Methods in net.minecraft.client.render that return VertexFormat.IntTypeModifier and TypeMethodDescriptionBufferBuilder.DrawArrayParameters.elementFormat()Returns the value of theelementFormatrecord component.static VertexFormat.IntTypeVertexFormat.IntType.getSmallestTypeFor(int number) Gets the smallest type in which the given number fits.static VertexFormat.IntTypeReturns 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.Methods in net.minecraft.client.render with parameters of type VertexFormat.IntTypeModifier and TypeMethodDescriptionprivate IntConsumerBufferBuilder.createIndexWriter(int int2, VertexFormat.IntType intType) private voidBufferBuilder.writeSortedIndices(VertexFormat.IntType intType) Constructors in net.minecraft.client.render with parameters of type VertexFormat.IntTypeModifierConstructorDescriptionDrawArrayParameters(VertexFormat vertexFormat, int count, int vertexCount, VertexFormat.DrawMode mode, VertexFormat.IntType elementFormat, boolean hasNoVertexBuffer, boolean hasNoIndexBuffer) Creates an instance of aDrawArrayParametersrecord class.