Package net.minecraft.client.render
Class OutlineVertexConsumerProvider.OutlineVertexConsumer
java.lang.Object
net.minecraft.client.render.FixedColorVertexConsumer
net.minecraft.client.render.OutlineVertexConsumerProvider.OutlineVertexConsumer
- All Implemented Interfaces:
VertexConsumer
- Enclosing class:
OutlineVertexConsumerProvider
@Environment(CLIENT)
private static class OutlineVertexConsumerProvider.OutlineVertexConsumer
extends FixedColorVertexConsumer
- Mappings:
Namespace Name official fih$a
intermediary net/minecraft/class_4618$class_4586
named net/minecraft/client/render/OutlineVertexConsumerProvider$OutlineVertexConsumer
-
Field Summary
Modifier and TypeFieldDescriptionprivate final VertexConsumer
private float
private float
private double
private double
private double
Fields inherited from class net.minecraft.client.render.FixedColorVertexConsumer
colorFixed, fixedAlpha, fixedBlue, fixedGreen, fixedRed
-
Constructor Summary
ConstructorDescriptionOutlineVertexConsumer
(VertexConsumer delegate, int red, int green, int blue, int alpha) -
Method Summary
Modifier and TypeMethodDescriptioncolor
(int red, int green, int blue, int alpha) Specifies the color element of the current vertex.void
fixedColor
(int red, int green, int blue, int alpha) Makes this consumer always use the same color for subsequent vertices untilVertexConsumer.unfixColor()
is called.light
(int u, int v) Specifies the light element of the current vertex.void
next()
Starts consuming the next vertex.normal
(float x, float y, float z) Specifies the normal element of the current vertex.overlay
(int u, int v) Specifies the overlay element of the current vertex.texture
(float u, float v) Specifies the texture element of the current vertex.void
Makes this consumer no longer use the color set inVertexConsumer.fixedColor(int, int, int, int)
.vertex
(double x, double y, double z) Specifies the position element of the current vertex.void
vertex
(float x, float y, float z, float red, float green, float blue, float alpha, float u, float v, int overlay, int light, float normalX, float normalY, float normalZ)
-
Field Details
-
delegate
- Mappings:
Namespace Name Mixin selector official f
Lfih$a;f:Lehi;
intermediary field_20897
Lnet/minecraft/class_4618$class_4586;field_20897:Lnet/minecraft/class_4588;
named delegate
Lnet/minecraft/client/render/OutlineVertexConsumerProvider$OutlineVertexConsumer;delegate:Lnet/minecraft/client/render/VertexConsumer;
-
x
private double x- Mappings:
Namespace Name Mixin selector official g
Lfih$a;g:D
intermediary field_21064
Lnet/minecraft/class_4618$class_4586;field_21064:D
named x
Lnet/minecraft/client/render/OutlineVertexConsumerProvider$OutlineVertexConsumer;x:D
-
y
private double y- Mappings:
Namespace Name Mixin selector official h
Lfih$a;h:D
intermediary field_21065
Lnet/minecraft/class_4618$class_4586;field_21065:D
named y
Lnet/minecraft/client/render/OutlineVertexConsumerProvider$OutlineVertexConsumer;y:D
-
z
private double z- Mappings:
Namespace Name Mixin selector official i
Lfih$a;i:D
intermediary field_21066
Lnet/minecraft/class_4618$class_4586;field_21066:D
named z
Lnet/minecraft/client/render/OutlineVertexConsumerProvider$OutlineVertexConsumer;z:D
-
textureU
private float textureU- Mappings:
Namespace Name Mixin selector official j
Lfih$a;j:F
intermediary field_21067
Lnet/minecraft/class_4618$class_4586;field_21067:F
named textureU
Lnet/minecraft/client/render/OutlineVertexConsumerProvider$OutlineVertexConsumer;textureU:F
-
textureV
private float textureV- Mappings:
Namespace Name Mixin selector official k
Lfih$a;k:F
intermediary field_21068
Lnet/minecraft/class_4618$class_4586;field_21068:F
named textureV
Lnet/minecraft/client/render/OutlineVertexConsumerProvider$OutlineVertexConsumer;textureV:F
-
-
Constructor Details
-
OutlineVertexConsumer
OutlineVertexConsumer(VertexConsumer delegate, int red, int green, int blue, int alpha) - Mappings:
Namespace Name Mixin selector official <init>
Lfih$a;<init>(Lehi;IIII)V
intermediary <init>
Lnet/minecraft/class_4618$class_4586;<init>(Lnet/minecraft/class_4588;IIII)V
named <init>
Lnet/minecraft/client/render/OutlineVertexConsumerProvider$OutlineVertexConsumer;<init>(Lnet/minecraft/client/render/VertexConsumer;IIII)V
-
-
Method Details
-
fixedColor
public void fixedColor(int red, int green, int blue, int alpha) Makes this consumer always use the same color for subsequent vertices untilVertexConsumer.unfixColor()
is called.The color will be automatically supplied when the color element is requested. Make sure not to specify the color yourself when using this method.
- Specified by:
fixedColor
in interfaceVertexConsumer
- Overrides:
fixedColor
in classFixedColorVertexConsumer
- Mappings:
Namespace Name Mixin selector official b
Lehi;b(IIII)V
intermediary method_22901
Lnet/minecraft/class_4588;method_22901(IIII)V
named fixedColor
Lnet/minecraft/client/render/VertexConsumer;fixedColor(IIII)V
-
unfixColor
public void unfixColor()Makes this consumer no longer use the color set inVertexConsumer.fixedColor(int, int, int, int)
.- Specified by:
unfixColor
in interfaceVertexConsumer
- Overrides:
unfixColor
in classFixedColorVertexConsumer
- Mappings:
Namespace Name Mixin selector official k
Lehi;k()V
intermediary method_35666
Lnet/minecraft/class_4588;method_35666()V
named unfixColor
Lnet/minecraft/client/render/VertexConsumer;unfixColor()V
-
vertex
Specifies the position element of the current vertex.This is typically the first element in a vertex, hence the name.
- Returns:
- this consumer, for chaining
- Mappings:
Namespace Name Mixin selector official a
Lehi;a(DDD)Lehi;
intermediary method_22912
Lnet/minecraft/class_4588;method_22912(DDD)Lnet/minecraft/class_4588;
named vertex
Lnet/minecraft/client/render/VertexConsumer;vertex(DDD)Lnet/minecraft/client/render/VertexConsumer;
-
color
Specifies the color element of the current vertex.- Returns:
- this consumer, for chaining
- Mappings:
Namespace Name Mixin selector official a
Lehi;a(IIII)Lehi;
intermediary method_1336
Lnet/minecraft/class_4588;method_1336(IIII)Lnet/minecraft/class_4588;
named color
Lnet/minecraft/client/render/VertexConsumer;color(IIII)Lnet/minecraft/client/render/VertexConsumer;
-
texture
Specifies the texture element of the current vertex.- Returns:
- this consumer, for chaining
- Mappings:
Namespace Name Mixin selector official a
Lehi;a(FF)Lehi;
intermediary method_22913
Lnet/minecraft/class_4588;method_22913(FF)Lnet/minecraft/class_4588;
named texture
Lnet/minecraft/client/render/VertexConsumer;texture(FF)Lnet/minecraft/client/render/VertexConsumer;
-
overlay
Specifies the overlay element of the current vertex.- Returns:
- this consumer, for chaining
- Mappings:
Namespace Name Mixin selector official a
Lehi;a(II)Lehi;
intermediary method_22917
Lnet/minecraft/class_4588;method_22917(II)Lnet/minecraft/class_4588;
named overlay
Lnet/minecraft/client/render/VertexConsumer;overlay(II)Lnet/minecraft/client/render/VertexConsumer;
-
light
Specifies the light element of the current vertex.- Returns:
- this consumer, for chaining
- Mappings:
Namespace Name Mixin selector official b
Lehi;b(II)Lehi;
intermediary method_22921
Lnet/minecraft/class_4588;method_22921(II)Lnet/minecraft/class_4588;
named light
Lnet/minecraft/client/render/VertexConsumer;light(II)Lnet/minecraft/client/render/VertexConsumer;
-
normal
Specifies the normal element of the current vertex.- Returns:
- this consumer, for chaining
- Mappings:
Namespace Name Mixin selector official b
Lehi;b(FFF)Lehi;
intermediary method_22914
Lnet/minecraft/class_4588;method_22914(FFF)Lnet/minecraft/class_4588;
named normal
Lnet/minecraft/client/render/VertexConsumer;normal(FFF)Lnet/minecraft/client/render/VertexConsumer;
-
vertex
public void vertex(float x, float y, float z, float red, float green, float blue, float alpha, float u, float v, int overlay, int light, float normalX, float normalY, float normalZ) Specifies the position, color, texture, overlay, light, and normal elements of the current vertex and starts consuming the next vertex.- Mappings:
Namespace Name Mixin selector official a
Lehi;a(FFFFFFFFFIIFFF)V
intermediary method_23919
Lnet/minecraft/class_4588;method_23919(FFFFFFFFFIIFFF)V
named vertex
Lnet/minecraft/client/render/VertexConsumer;vertex(FFFFFFFFFIIFFF)V
-
next
public void next()Starts consuming the next vertex.This method must be called after specifying all elements in a vertex.
- Mappings:
Namespace Name Mixin selector official e
Lehi;e()V
intermediary method_1344
Lnet/minecraft/class_4588;method_1344()V
named next
Lnet/minecraft/client/render/VertexConsumer;next()V
-