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 named net/minecraft/client/render/OutlineVertexConsumerProvider$OutlineVertexConsumerintermediary net/minecraft/class_4618$class_4586official gdr$a
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final VertexConsumerprivate floatprivate floatprivate doubleprivate doubleprivate doubleFields inherited from class net.minecraft.client.render.FixedColorVertexConsumer
colorFixed, fixedAlpha, fixedBlue, fixedGreen, fixedRed -
Constructor Summary
ConstructorsConstructorDescriptionOutlineVertexConsumer(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.voidfixedColor(int red, int green, int blue, int alpha) Makes this consumer always use the same color for subsequent vertices untilunfixColor()is called.light(int u, int v) Specifies the light element of the current vertex.voidnext()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.voidMakes this consumer no longer use the color set infixedColor(int, int, int, int).vertex(double x, double y, double z) Specifies the position element of the current vertex.voidvertex(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 named delegateLnet/minecraft/client/render/OutlineVertexConsumerProvider$OutlineVertexConsumer;delegate:Lnet/minecraft/client/render/VertexConsumer;intermediary field_20897Lnet/minecraft/class_4618$class_4586;field_20897:Lnet/minecraft/class_4588;official fLgdr$a;f:Lfae;
-
x
private double x- Mappings:
Namespace Name Mixin selector named xLnet/minecraft/client/render/OutlineVertexConsumerProvider$OutlineVertexConsumer;x:Dintermediary field_21064Lnet/minecraft/class_4618$class_4586;field_21064:Dofficial gLgdr$a;g:D
-
y
private double y- Mappings:
Namespace Name Mixin selector named yLnet/minecraft/client/render/OutlineVertexConsumerProvider$OutlineVertexConsumer;y:Dintermediary field_21065Lnet/minecraft/class_4618$class_4586;field_21065:Dofficial hLgdr$a;h:D
-
z
private double z- Mappings:
Namespace Name Mixin selector named zLnet/minecraft/client/render/OutlineVertexConsumerProvider$OutlineVertexConsumer;z:Dintermediary field_21066Lnet/minecraft/class_4618$class_4586;field_21066:Dofficial iLgdr$a;i:D
-
textureU
private float textureU- Mappings:
Namespace Name Mixin selector named textureULnet/minecraft/client/render/OutlineVertexConsumerProvider$OutlineVertexConsumer;textureU:Fintermediary field_21067Lnet/minecraft/class_4618$class_4586;field_21067:Fofficial jLgdr$a;j:F
-
textureV
private float textureV- Mappings:
Namespace Name Mixin selector named textureVLnet/minecraft/client/render/OutlineVertexConsumerProvider$OutlineVertexConsumer;textureV:Fintermediary field_21068Lnet/minecraft/class_4618$class_4586;field_21068:Fofficial kLgdr$a;k:F
-
-
Constructor Details
-
OutlineVertexConsumer
OutlineVertexConsumer(VertexConsumer delegate, int red, int green, int blue, int alpha) - Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/client/render/OutlineVertexConsumerProvider$OutlineVertexConsumer;<init>(Lnet/minecraft/client/render/VertexConsumer;IIII)Vintermediary <init>Lnet/minecraft/class_4618$class_4586;<init>(Lnet/minecraft/class_4588;IIII)Vofficial <init>Lgdr$a;<init>(Lfae;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 untilunfixColor()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:
fixedColorin interfaceVertexConsumer- Overrides:
fixedColorin classFixedColorVertexConsumer- Mappings:
Namespace Name Mixin selector named fixedColorLnet/minecraft/client/render/VertexConsumer;fixedColor(IIII)Vintermediary method_22901Lnet/minecraft/class_4588;method_22901(IIII)Vofficial bLfae;b(IIII)V
-
unfixColor
public void unfixColor()Makes this consumer no longer use the color set infixedColor(int, int, int, int).- Specified by:
unfixColorin interfaceVertexConsumer- Overrides:
unfixColorin classFixedColorVertexConsumer- Mappings:
Namespace Name Mixin selector named unfixColorLnet/minecraft/client/render/VertexConsumer;unfixColor()Vintermediary method_35666Lnet/minecraft/class_4588;method_35666()Vofficial lLfae;l()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
- Throws:
IllegalStateException- if this consumer is not currently accepting a position element.- Mappings:
Namespace Name Mixin selector named vertexLnet/minecraft/client/render/VertexConsumer;vertex(DDD)Lnet/minecraft/client/render/VertexConsumer;intermediary method_22912Lnet/minecraft/class_4588;method_22912(DDD)Lnet/minecraft/class_4588;official aLfae;a(DDD)Lfae;
-
color
Specifies the color element of the current vertex.- Returns:
- this consumer, for chaining
- Throws:
IllegalStateException- if this consumer is not currently accepting a color element or if a color has been set infixedColor(int, int, int, int).- Mappings:
Namespace Name Mixin selector named colorLnet/minecraft/client/render/VertexConsumer;color(IIII)Lnet/minecraft/client/render/VertexConsumer;intermediary method_1336Lnet/minecraft/class_4588;method_1336(IIII)Lnet/minecraft/class_4588;official aLfae;a(IIII)Lfae;
-
texture
Specifies the texture element of the current vertex.- Returns:
- this consumer, for chaining
- Throws:
IllegalStateException- if this consumer is not currently accepting a texture element.- Mappings:
Namespace Name Mixin selector named textureLnet/minecraft/client/render/VertexConsumer;texture(FF)Lnet/minecraft/client/render/VertexConsumer;intermediary method_22913Lnet/minecraft/class_4588;method_22913(FF)Lnet/minecraft/class_4588;official aLfae;a(FF)Lfae;
-
overlay
Specifies the overlay element of the current vertex.- Returns:
- this consumer, for chaining
- Throws:
IllegalStateException- if this consumer is not currently accepting an overlay element.- Mappings:
Namespace Name Mixin selector named overlayLnet/minecraft/client/render/VertexConsumer;overlay(II)Lnet/minecraft/client/render/VertexConsumer;intermediary method_22917Lnet/minecraft/class_4588;method_22917(II)Lnet/minecraft/class_4588;official aLfae;a(II)Lfae;
-
light
Specifies the light element of the current vertex.- Returns:
- this consumer, for chaining
- Throws:
IllegalStateException- if this consumer is not currently accepting a light element.- Mappings:
Namespace Name Mixin selector named lightLnet/minecraft/client/render/VertexConsumer;light(II)Lnet/minecraft/client/render/VertexConsumer;intermediary method_22921Lnet/minecraft/class_4588;method_22921(II)Lnet/minecraft/class_4588;official bLfae;b(II)Lfae;
-
normal
Specifies the normal element of the current vertex.- Returns:
- this consumer, for chaining
- Throws:
IllegalStateException- if this consumer is not currently accepting a normal element.- Mappings:
Namespace Name Mixin selector named normalLnet/minecraft/client/render/VertexConsumer;normal(FFF)Lnet/minecraft/client/render/VertexConsumer;intermediary method_22914Lnet/minecraft/class_4588;method_22914(FFF)Lnet/minecraft/class_4588;official aLfae;a(FFF)Lfae;
-
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.- Throws:
IllegalStateException- if a color has been set infixedColor(int, int, int, int).- Mappings:
Namespace Name Mixin selector named vertexLnet/minecraft/client/render/VertexConsumer;vertex(FFFFFFFFFIIFFF)Vintermediary method_23919Lnet/minecraft/class_4588;method_23919(FFFFFFFFFIIFFF)Vofficial aLfae;a(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 named nextLnet/minecraft/client/render/VertexConsumer;next()Vintermediary method_1344Lnet/minecraft/class_4588;method_1344()Vofficial eLfae;e()V
-