Package net.minecraft.client.renderer
Class OutlineBufferSource.EntityOutlineGenerator
java.lang.Object
com.mojang.blaze3d.vertex.DefaultedVertexConsumer
net.minecraft.client.renderer.OutlineBufferSource.EntityOutlineGenerator
- All Implemented Interfaces:
VertexConsumer
,IForgeVertexConsumer
- Enclosing class:
- OutlineBufferSource
-
Field Summary
Modifier and TypeFieldDescriptionprivate final VertexConsumer
private float
private float
private double
private double
private double
Fields inherited from class com.mojang.blaze3d.vertex.DefaultedVertexConsumer
defaultA, defaultB, defaultColorSet, defaultG, defaultR
-
Constructor Summary
ConstructorDescriptionEntityOutlineGenerator
(VertexConsumer p_109943_, int p_109944_, int p_109945_, int p_109946_, int p_109947_) -
Method Summary
Modifier and TypeMethodDescriptioncolor
(int p_109981_, int p_109982_, int p_109983_, int p_109984_) void
defaultColor
(int p_109993_, int p_109994_, int p_109995_, int p_109996_) void
normal
(float p_109986_, float p_109987_, float p_109988_) overlayCoords
(int p_109978_, int p_109979_) void
uv
(float p_109960_, float p_109961_) uv2
(int p_109990_, int p_109991_) vertex
(double p_109956_, double p_109957_, double p_109958_) void
vertex
(float p_109963_, float p_109964_, float p_109965_, float p_109966_, float p_109967_, float p_109968_, float p_109969_, float p_109970_, float p_109971_, int p_109972_, int p_109973_, float p_109974_, float p_109975_, float p_109976_) 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.IForgeVertexConsumer
applyBakedLighting, applyBakedNormals, putBulkData, putBulkData, putBulkData, putBulkData
Methods inherited from interface com.mojang.blaze3d.vertex.VertexConsumer
color, 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
-
EntityOutlineGenerator
EntityOutlineGenerator(VertexConsumer p_109943_, int p_109944_, int p_109945_, int p_109946_, int p_109947_)
-
-
Method Details
-
defaultColor
public void defaultColor(int p_109993_, int p_109994_, int p_109995_, int p_109996_) - Specified by:
defaultColor
in interfaceVertexConsumer
- Overrides:
defaultColor
in classDefaultedVertexConsumer
-
unsetDefaultColor
public void unsetDefaultColor()- Specified by:
unsetDefaultColor
in interfaceVertexConsumer
- Overrides:
unsetDefaultColor
in classDefaultedVertexConsumer
-
vertex
-
color
-
uv
-
overlayCoords
-
uv2
-
normal
-
vertex
public void vertex(float p_109963_, float p_109964_, float p_109965_, float p_109966_, float p_109967_, float p_109968_, float p_109969_, float p_109970_, float p_109971_, int p_109972_, int p_109973_, float p_109974_, float p_109975_, float p_109976_) -
endVertex
public void endVertex() -
getVertexFormat
-