类 UnicodeGlyphButton

所有已实现的接口:
GuiEventListener, Renderable, TabOrderedElement, LayoutElement, NarratableEntry, NarrationSupplier, IAbstractWidgetExtension

public class UnicodeGlyphButton extends ExtendedButton
This class provides a button that shows a string glyph at the beginning. The glyph can be scaled using the glyphScale parameter.
  • 字段详细资料

    • glyph

      public String glyph
    • glyphScale

      public float glyphScale
  • 构造器详细资料

    • UnicodeGlyphButton

      public UnicodeGlyphButton(int xPos, int yPos, int width, int height, Component displayString, String glyph, float glyphScale, Button.OnPress handler)
  • 方法详细资料