Package com.mojang.blaze3d.vertex
Class VertexMultiConsumer.Double
java.lang.Object
com.mojang.blaze3d.vertex.VertexMultiConsumer.Double
- All Implemented Interfaces:
VertexConsumer
,IVertexConsumerExtension
- Enclosing class:
VertexMultiConsumer
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddVertex
(float pX, float pY, float pZ) void
addVertex
(float pX, float pY, float pZ, int pColor, float pU, float pV, int pPackedOverlay, int pPackedLight, float pNormalX, float pNormalY, float pNormalZ) setColor
(int pRed, int pGreen, int pBlue, int pAlpha) setNormal
(float pNormalX, float pNormalY, float pNormalZ) setUv
(float pU, float pV) setUv1
(int pU, int pV) setUv2
(int pU, int pV) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.neoforged.neoforge.client.extensions.IVertexConsumerExtension
applyBakedLighting, applyBakedNormals, misc, putBulkData
Methods inherited from interface com.mojang.blaze3d.vertex.VertexConsumer
addVertex, addVertex, addVertex, addVertex, putBulkData, putBulkData, setColor, setColor, setLight, setNormal, setOverlay, setWhiteAlpha
-
Field Details
-
first
-
second
-
-
Constructor Details
-
Double
-
-
Method Details
-
addVertex
- Specified by:
addVertex
in interfaceVertexConsumer
-
setColor
- Specified by:
setColor
in interfaceVertexConsumer
-
setUv
- Specified by:
setUv
in interfaceVertexConsumer
-
setUv1
- Specified by:
setUv1
in interfaceVertexConsumer
-
setUv2
- Specified by:
setUv2
in interfaceVertexConsumer
-
setNormal
- Specified by:
setNormal
in interfaceVertexConsumer
-
addVertex
public void addVertex(float pX, float pY, float pZ, int pColor, float pU, float pV, int pPackedOverlay, int pPackedLight, float pNormalX, float pNormalY, float pNormalZ) - Specified by:
addVertex
in interfaceVertexConsumer
-