Package com.mojang.blaze3d.vertex
Class DefaultColorVertexBuilder
- java.lang.Object
-
- com.mojang.blaze3d.vertex.DefaultColorVertexBuilder
-
- All Implemented Interfaces:
IVertexBuilder
,IForgeVertexBuilder
- Direct Known Subclasses:
BufferBuilder
,MatrixApplyingVertexBuilder
,OutlineLayerBuffer.ColoredOutline
public abstract class DefaultColorVertexBuilder extends java.lang.Object implements IVertexBuilder
-
-
Field Summary
Fields Modifier and Type Field Description protected int
defaultA
protected int
defaultB
protected boolean
defaultColorSet
protected int
defaultG
protected int
defaultR
-
Fields inherited from interface com.mojang.blaze3d.vertex.IVertexBuilder
LOGGER
-
-
Constructor Summary
Constructors Constructor Description DefaultColorVertexBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
defaultColor(int p_225611_1_, int p_225611_2_, int p_225611_3_, int p_225611_4_)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.minecraftforge.client.extensions.IForgeVertexBuilder
addVertexData, addVertexData, addVertexData, addVertexData, applyBakedLighting, applyBakedNormals, getVertexBuilder
-
Methods inherited from interface com.mojang.blaze3d.vertex.IVertexBuilder
color, color, endVertex, normal, normal, overlayCoords, overlayCoords, putBulkData, putBulkData, uv, uv2, uv2, vertex, vertex, vertex
-
-