Package net.minecraft.client.render
Class FixedColorVertexConsumer
java.lang.Object
net.minecraft.client.render.FixedColorVertexConsumer
- All Implemented Interfaces:
VertexConsumer
- Direct Known Subclasses:
BufferBuilder
,OutlineVertexConsumerProvider.OutlineVertexConsumer
,OverlayVertexConsumer
@Environment(CLIENT) public abstract class FixedColorVertexConsumer extends Object implements VertexConsumer
- Mappings:
Namespace Name official dpf
intermediary net/minecraft/class_4585
named net/minecraft/client/render/FixedColorVertexConsumer
-
Field Summary
Fields Modifier and Type Field Description protected boolean
colorFixed
protected int
fixedAlpha
protected int
fixedBlue
protected int
fixedGreen
protected int
fixedRed
Fields inherited from interface net.minecraft.client.render.VertexConsumer
LOGGER
-
Constructor Summary
Constructors Constructor Description FixedColorVertexConsumer()
-
Method Summary
Modifier and Type Method Description void
fixedColor(int int2, int int3, int int4, int int5)
void
method_35666()
-
Field Details
-
colorFixed
protected boolean colorFixed- Mappings:
Namespace Name Mixin selector official a
Ldpf;a:Z
intermediary field_20889
Lnet/minecraft/class_4585;field_20889:Z
named colorFixed
Lnet/minecraft/client/render/FixedColorVertexConsumer;colorFixed:Z
-
fixedRed
protected int fixedRed- Mappings:
Namespace Name Mixin selector official b
Ldpf;b:I
intermediary field_20890
Lnet/minecraft/class_4585;field_20890:I
named fixedRed
Lnet/minecraft/client/render/FixedColorVertexConsumer;fixedRed:I
-
fixedGreen
protected int fixedGreen- Mappings:
Namespace Name Mixin selector official c
Ldpf;c:I
intermediary field_20891
Lnet/minecraft/class_4585;field_20891:I
named fixedGreen
Lnet/minecraft/client/render/FixedColorVertexConsumer;fixedGreen:I
-
fixedBlue
protected int fixedBlue- Mappings:
Namespace Name Mixin selector official d
Ldpf;d:I
intermediary field_20892
Lnet/minecraft/class_4585;field_20892:I
named fixedBlue
Lnet/minecraft/client/render/FixedColorVertexConsumer;fixedBlue:I
-
fixedAlpha
protected int fixedAlpha- Mappings:
Namespace Name Mixin selector official e
Ldpf;e:I
intermediary field_20893
Lnet/minecraft/class_4585;field_20893:I
named fixedAlpha
Lnet/minecraft/client/render/FixedColorVertexConsumer;fixedAlpha:I
-
-
Constructor Details
-
FixedColorVertexConsumer
public FixedColorVertexConsumer()
-
-
Method Details
-
fixedColor
public void fixedColor(int int2, int int3, int int4, int int5)- Specified by:
fixedColor
in interfaceVertexConsumer
- Mappings:
Namespace Name Mixin selector official b
Ldpk;b(IIII)V
intermediary method_22901
Lnet/minecraft/class_4588;method_22901(IIII)V
named fixedColor
Lnet/minecraft/client/render/VertexConsumer;fixedColor(IIII)V
-
method_35666
public void method_35666()- Specified by:
method_35666
in interfaceVertexConsumer
- Mappings:
Namespace Name Mixin selector official j
Ldpk;j()V
intermediary method_35666
Lnet/minecraft/class_4588;method_35666()V
named method_35666
Lnet/minecraft/client/render/VertexConsumer;method_35666()V
-