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) static class OutlineVertexConsumerProvider.OutlineVertexConsumer extends FixedColorVertexConsumer
- Mappings:
Namespace Name official ehr$a
intermediary net/minecraft/class_4618$class_4586
named net/minecraft/client/render/OutlineVertexConsumerProvider$OutlineVertexConsumer
-
Field Summary
Fields Modifier and Type Field Description private VertexConsumer
delegate
private float
u
private float
v
private double
x
private double
y
private double
z
Fields inherited from class net.minecraft.client.render.FixedColorVertexConsumer
colorFixed, fixedAlpha, fixedBlue, fixedGreen, fixedRed
Fields inherited from interface net.minecraft.client.render.VertexConsumer
LOGGER
-
Constructor Summary
Constructors Modifier Constructor Description private
OutlineVertexConsumer(VertexConsumer delegate, int red, int green, int blue, int alpha)
-
Method Summary
Modifier and Type Method Description VertexConsumer
color(int red, int green, int blue, int alpha)
void
fixedColor(int red, int green, int blue, int alpha)
VertexConsumer
light(int u, int v)
void
next()
VertexConsumer
normal(float x, float y, float z)
VertexConsumer
overlay(int u, int v)
VertexConsumer
texture(float u, float v)
VertexConsumer
vertex(double x, double y, double z)
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 g
Lehr$a;g:Ldlv;
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 h
Lehr$a;h: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 i
Lehr$a;i: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 j
Lehr$a;j:D
intermediary field_21066
Lnet/minecraft/class_4618$class_4586;field_21066:D
named z
Lnet/minecraft/client/render/OutlineVertexConsumerProvider$OutlineVertexConsumer;z:D
-
u
private float u- Mappings:
Namespace Name Mixin selector official k
Lehr$a;k:F
intermediary field_21067
Lnet/minecraft/class_4618$class_4586;field_21067:F
named u
Lnet/minecraft/client/render/OutlineVertexConsumerProvider$OutlineVertexConsumer;u:F
-
v
private float v- Mappings:
Namespace Name Mixin selector official l
Lehr$a;l:F
intermediary field_21068
Lnet/minecraft/class_4618$class_4586;field_21068:F
named v
Lnet/minecraft/client/render/OutlineVertexConsumerProvider$OutlineVertexConsumer;v:F
-
-
Constructor Details
-
OutlineVertexConsumer
- Mappings:
Namespace Name Mixin selector official <init>
Lehr$a;<init>(Ldlv;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)- Overrides:
fixedColor
in classFixedColorVertexConsumer
- Mappings:
Namespace Name Mixin selector official b
Ldlq;b(IIII)V
intermediary method_22901
Lnet/minecraft/class_4585;method_22901(IIII)V
named fixedColor
Lnet/minecraft/client/render/FixedColorVertexConsumer;fixedColor(IIII)V
-
vertex
- Mappings:
Namespace Name Mixin selector official a
Ldlv;a(DDD)Ldlv;
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
- Mappings:
Namespace Name Mixin selector official a
Ldlv;a(IIII)Ldlv;
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
- Mappings:
Namespace Name Mixin selector official a
Ldlv;a(FF)Ldlv;
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
- Mappings:
Namespace Name Mixin selector official a
Ldlv;a(II)Ldlv;
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
- Mappings:
Namespace Name Mixin selector official b
Ldlv;b(II)Ldlv;
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
- Mappings:
Namespace Name Mixin selector official b
Ldlv;b(FFF)Ldlv;
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)- Mappings:
Namespace Name Mixin selector official a
Ldlv;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()- Mappings:
Namespace Name Mixin selector official c
Ldlv;c()V
intermediary method_1344
Lnet/minecraft/class_4588;method_1344()V
named next
Lnet/minecraft/client/render/VertexConsumer;next()V
-