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 dpfintermediary net/minecraft/class_4585named net/minecraft/client/render/FixedColorVertexConsumer
-
Field Summary
Fields Modifier and Type Field Description protected booleancolorFixedprotected intfixedAlphaprotected intfixedBlueprotected intfixedGreenprotected intfixedRedFields inherited from interface net.minecraft.client.render.VertexConsumer
LOGGER -
Constructor Summary
Constructors Constructor Description FixedColorVertexConsumer() -
Method Summary
Modifier and Type Method Description voidfixedColor(int int2, int int3, int int4, int int5)voidmethod_35666()
-
Field Details
-
colorFixed
protected boolean colorFixed- Mappings:
Namespace Name Mixin selector official aLdpf;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 bLdpf;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 cLdpf;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 dLdpf;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 eLdpf;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 bLdpk;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 jLdpk;j()Vintermediary method_35666Lnet/minecraft/class_4588;method_35666()Vnamed method_35666Lnet/minecraft/client/render/VertexConsumer;method_35666()V
-