Class TextDisplayBuilder

java.lang.Object
dev.sefiraat.sefilib.entity.display.builders.TextDisplayBuilder

public class TextDisplayBuilder extends Object
  • Field Details

    • text

      protected String text
    • lineWidth

      protected int lineWidth
    • hasLineWidth

      protected boolean hasLineWidth
    • backgroundColor

      protected Color backgroundColor
    • textOpacity

      protected byte textOpacity
    • hasTextOpacity

      protected boolean hasTextOpacity
    • shadowed

      protected boolean shadowed
    • hasShadowed

      protected boolean hasShadowed
    • seeThrough

      protected boolean seeThrough
    • hasSeeThrough

      protected boolean hasSeeThrough
    • defaultBackground

      protected boolean defaultBackground
    • hasDefaultBackground

      protected boolean hasDefaultBackground
    • textAlignment

      protected TextDisplay.TextAlignment textAlignment
    • transformation

      protected Transformation transformation
    • interpolationDuration

      protected int interpolationDuration
    • hasInterpolationDuration

      protected boolean hasInterpolationDuration
    • interpolationDelay

      protected int interpolationDelay
    • hasInterpolationDelay

      protected boolean hasInterpolationDelay
    • viewRange

      protected float viewRange
    • hasViewRange

      protected boolean hasViewRange
    • shadowRadius

      protected float shadowRadius
    • hasShadowRadius

      protected boolean hasShadowRadius
    • shadowStrength

      protected float shadowStrength
    • hasShadowStrength

      protected boolean hasShadowStrength
    • displayWidth

      protected float displayWidth
    • hasDisplayWidth

      protected boolean hasDisplayWidth
    • displayHeight

      protected float displayHeight
    • hasDisplayHeight

      protected boolean hasDisplayHeight
    • billboard

      protected Display.Billboard billboard
    • glowColorOverride

      protected Color glowColorOverride
    • brightness

      protected Display.Brightness brightness
    • location

      protected Location location
    • groupParentOffset

      protected Vector groupParentOffset
  • Constructor Details

    • TextDisplayBuilder

      public TextDisplayBuilder()
  • Method Details