Interface PlainTextRenderable

All Superinterfaces:
ActiveArea, TextRenderable, TextRenderable.Styled
All Known Implementing Classes:
AtlasGlyphProvider.Instance, PlayerGlyphProvider.Instance

public interface PlainTextRenderable extends TextRenderable.Styled
  • Field Details

  • Method Details

    • render

      default void render(Matrix4f p_442857_, VertexConsumer p_442956_, int p_443475_, boolean p_443415_)
      Specified by:
      render in interface TextRenderable
    • renderSprite

      void renderSprite(Matrix4f pPose, VertexConsumer pConsumer, int pPackedLight, float pX, float pY, float pZ, int pColor)
    • x

      float x()
    • y

      float y()
    • color

      int color()
    • shadowColor

      int shadowColor()
    • shadowOffset

      float shadowOffset()
    • width

      default float width()
    • height

      default float height()
    • ascent

      default float ascent()
    • left

      default float left()
      Specified by:
      left in interface TextRenderable
    • right

      default float right()
      Specified by:
      right in interface TextRenderable
    • top

      default float top()
      Specified by:
      top in interface TextRenderable
    • bottom

      default float bottom()
      Specified by:
      bottom in interface TextRenderable