Uses of Class
net.minecraft.client.render.VertexFormatElement
| Package | Description |
|---|---|
| net.minecraft.client.render |
-
Uses of VertexFormatElement in net.minecraft.client.render
Fields in net.minecraft.client.render declared as VertexFormatElement Modifier and Type Field Description static VertexFormatElementVertexFormats. COLOR_ELEMENTprivate @Nullable VertexFormatElementBufferBuilder. currentElementstatic VertexFormatElementVertexFormats. field_29335static VertexFormatElementVertexFormats. LIGHT_ELEMENTstatic VertexFormatElementVertexFormats. NORMAL_ELEMENTstatic VertexFormatElementVertexFormats. OVERLAY_ELEMENTstatic VertexFormatElementVertexFormats. PADDING_ELEMENTstatic VertexFormatElementVertexFormats. POSITION_ELEMENTstatic VertexFormatElementVertexFormats. TEXTURE_ELEMENTFields in net.minecraft.client.render with type parameters of type VertexFormatElement Modifier and Type Field Description private ImmutableList<VertexFormatElement>VertexFormat. elementsprivate ImmutableMap<String,VertexFormatElement>VertexFormat. field_29340Methods in net.minecraft.client.render that return VertexFormatElement Modifier and Type Method Description VertexFormatElementBufferBuilder. getCurrentElement()VertexFormatElementBufferVertexConsumer. getCurrentElement()Methods in net.minecraft.client.render that return types with arguments of type VertexFormatElement Modifier and Type Method Description ImmutableList<VertexFormatElement>VertexFormat. getElements()Constructor parameters in net.minecraft.client.render with type arguments of type VertexFormatElement Constructor Description VertexFormat(ImmutableMap<String,VertexFormatElement> immutableMap)