Uses of Class
net.minecraft.client.render.VertexFormat.IntType
| Package | Description |
|---|---|
| com.mojang.blaze3d.systems | |
| net.minecraft.client.gl | |
| net.minecraft.client.render |
-
Uses of VertexFormat.IntType in com.mojang.blaze3d.systems
Fields in com.mojang.blaze3d.systems declared as VertexFormat.IntType Modifier and Type Field Description private VertexFormat.IntTypeRenderSystem.IndexBuffer. vertexFormatMethods in com.mojang.blaze3d.systems that return VertexFormat.IntType Modifier and Type Method Description VertexFormat.IntTypeRenderSystem.IndexBuffer. getVertexFormat() -
Uses of VertexFormat.IntType in net.minecraft.client.gl
Fields in net.minecraft.client.gl declared as VertexFormat.IntType Modifier and Type Field Description private VertexFormat.IntTypeVertexBuffer. field_27367 -
Uses of VertexFormat.IntType in net.minecraft.client.render
Fields in net.minecraft.client.render declared as VertexFormat.IntType Modifier and Type Field Description private VertexFormat.IntTypeBufferBuilder.DrawArrayParameters. field_27355Methods in net.minecraft.client.render that return VertexFormat.IntType Modifier and Type Method Description static VertexFormat.IntTypeVertexFormat.IntType. getSmallestTypeFor(int number)Gets the smallest type in which the given number fits.VertexFormat.IntTypeBufferBuilder.DrawArrayParameters. method_31956()static VertexFormat.IntTypeVertexFormat.IntType. valueOf(String name)Returns 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.IntType Modifier and Type Method Description private 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.IntType Constructor Description DrawArrayParameters(VertexFormat vertexFormat, int count, int mode, VertexFormat.DrawMode drawMode, VertexFormat.IntType intType, boolean bool, boolean bool2)