Class TextVisual

java.lang.Object
dev.engine_room.vanillin.text.TextVisual

public final class TextVisual extends Object
A visual that renders a single line of text.
  • Constructor Details

    • TextVisual

      public TextVisual(dev.engine_room.flywheel.api.instance.InstancerProvider provider)
  • Method Details

    • setup

      public void setup(net.minecraft.util.FormattedCharSequence textLine, List<TextLayer> layers, org.joml.Matrix4f pose, int light)
    • updateObfuscated

      public void updateObfuscated()
    • backgroundColor

      public void backgroundColor(int backgroundColor)
    • updateLight

      public void updateLight(int packedLight)
    • delete

      public void delete()