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
  • Field Details

    • colorFixed

      protected boolean colorFixed
    • fixedRed

      protected int fixedRed
    • fixedGreen

      protected int fixedGreen
    • fixedBlue

      protected int fixedBlue
    • fixedAlpha

      protected int fixedAlpha
  • Constructor Details

    • FixedColorVertexConsumer

      public FixedColorVertexConsumer()
  • Method Details

    • fixedColor

      public void fixedColor​(int red, int green, int blue, int alpha)