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 dpiintermediary net/minecraft/class_4585named net/minecraft/client/render/FixedColorVertexConsumer
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected booleanprotected intprotected intprotected intprotected intFields inherited from interface net.minecraft.client.render.VertexConsumer
LOGGER -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
colorFixed
protected boolean colorFixed- Mappings:
Namespace Name Mixin selector official aLdpi;a:Zintermediary field_20889Lnet/minecraft/class_4585;field_20889:Znamed colorFixedLnet/minecraft/client/render/FixedColorVertexConsumer;colorFixed:Z
-
fixedRed
protected int fixedRed- Mappings:
Namespace Name Mixin selector official bLdpi;b:Iintermediary field_20890Lnet/minecraft/class_4585;field_20890:Inamed fixedRedLnet/minecraft/client/render/FixedColorVertexConsumer;fixedRed:I
-
fixedGreen
protected int fixedGreen- Mappings:
Namespace Name Mixin selector official cLdpi;c:Iintermediary field_20891Lnet/minecraft/class_4585;field_20891:Inamed fixedGreenLnet/minecraft/client/render/FixedColorVertexConsumer;fixedGreen:I
-
fixedBlue
protected int fixedBlue- Mappings:
Namespace Name Mixin selector official dLdpi;d:Iintermediary field_20892Lnet/minecraft/class_4585;field_20892:Inamed fixedBlueLnet/minecraft/client/render/FixedColorVertexConsumer;fixedBlue:I
-
fixedAlpha
protected int fixedAlpha- Mappings:
Namespace Name Mixin selector official eLdpi;e:Iintermediary field_20893Lnet/minecraft/class_4585;field_20893:Inamed fixedAlphaLnet/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:
fixedColorin interfaceVertexConsumer- Mappings:
Namespace Name Mixin selector official bLdpn;b(IIII)Vintermediary method_22901Lnet/minecraft/class_4588;method_22901(IIII)Vnamed fixedColorLnet/minecraft/client/render/VertexConsumer;fixedColor(IIII)V
-
method_35666
public void method_35666()- Specified by:
method_35666in interfaceVertexConsumer- Mappings:
Namespace Name Mixin selector official jLdpn;j()Vintermediary method_35666Lnet/minecraft/class_4588;method_35666()Vnamed method_35666Lnet/minecraft/client/render/VertexConsumer;method_35666()V
-