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
-
Field Summary
Modifier and TypeFieldDescriptionprotected int
protected int
protected boolean
protected int
protected int
Fields inherited from interface com.mojang.blaze3d.vertex.IVertexBuilder
LOGGER
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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
-
Field Details
-
defaultColorSet
protected boolean defaultColorSet -
defaultR
protected int defaultR -
defaultG
protected int defaultG -
defaultB
protected int defaultB -
defaultA
protected int defaultA
-
-
Constructor Details
-
DefaultColorVertexBuilder
public DefaultColorVertexBuilder()
-
-
Method Details
-
defaultColor
public void defaultColor(int p_225611_1_, int p_225611_2_, int p_225611_3_, int p_225611_4_)
-