Package net.minecraft.client.renderer
Class OutlineLayerBuffer.ColoredOutline
java.lang.Object
com.mojang.blaze3d.vertex.DefaultColorVertexBuilder
net.minecraft.client.renderer.OutlineLayerBuffer.ColoredOutline
- All Implemented Interfaces:
IVertexBuilder
,IForgeVertexBuilder
- Enclosing class:
- OutlineLayerBuffer
-
Field Summary
Modifier and TypeFieldDescriptionprivate final IVertexBuilder
private float
private float
private double
private double
private double
Fields inherited from class com.mojang.blaze3d.vertex.DefaultColorVertexBuilder
defaultA, defaultB, defaultColorSet, defaultG, defaultR
Fields inherited from interface com.mojang.blaze3d.vertex.IVertexBuilder
LOGGER
-
Constructor Summary
ModifierConstructorDescriptionprivate
ColoredOutline
(IVertexBuilder p_i225971_1_, int p_i225971_2_, int p_i225971_3_, int p_i225971_4_, int p_i225971_5_) -
Method Summary
Modifier and TypeMethodDescriptioncolor
(int p_225586_1_, int p_225586_2_, int p_225586_3_, int p_225586_4_) void
defaultColor
(int p_225611_1_, int p_225611_2_, int p_225611_3_, int p_225611_4_) void
normal
(float p_225584_1_, float p_225584_2_, float p_225584_3_) overlayCoords
(int p_225585_1_, int p_225585_2_) uv
(float p_225583_1_, float p_225583_2_) uv2
(int p_225587_1_, int p_225587_2_) vertex
(double p_225582_1_, double p_225582_3_, double p_225582_5_) void
vertex
(float p_225588_1_, float p_225588_2_, float p_225588_3_, float p_225588_4_, float p_225588_5_, float p_225588_6_, float p_225588_7_, float p_225588_8_, float p_225588_9_, int p_225588_10_, int p_225588_11_, float p_225588_12_, float p_225588_13_, float p_225588_14_) 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, normal, overlayCoords, putBulkData, putBulkData, uv2, vertex
-
Field Details
-
delegate
-
x
private double x -
y
private double y -
z
private double z -
u
private float u -
v
private float v
-
-
Constructor Details
-
ColoredOutline
private ColoredOutline(IVertexBuilder p_i225971_1_, int p_i225971_2_, int p_i225971_3_, int p_i225971_4_, int p_i225971_5_)
-
-
Method Details
-
defaultColor
public void defaultColor(int p_225611_1_, int p_225611_2_, int p_225611_3_, int p_225611_4_) - Overrides:
defaultColor
in classDefaultColorVertexBuilder
-
vertex
-
color
-
uv
-
overlayCoords
-
uv2
-
normal
-
vertex
public void vertex(float p_225588_1_, float p_225588_2_, float p_225588_3_, float p_225588_4_, float p_225588_5_, float p_225588_6_, float p_225588_7_, float p_225588_8_, float p_225588_9_, int p_225588_10_, int p_225588_11_, float p_225588_12_, float p_225588_13_, float p_225588_14_) -
endVertex
public void endVertex()
-