Class ModernUIExtensionsKt

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final static UIElement alineCenter(UIElement $self) このUIを中央揃えにします。
      final static UIElement addChildren(UIElement $self, Iterable<UIElement> children) このUIにchildrenを追加します。
      final static UIElement addChildren(UIElement $self, Sequence<UIElement> children) このUIにchildrenを追加します。
      final static UIElement addCenterLabel(UIElement $self, Component text, Function1<Label, Unit> builderAction) このUIに中央揃えのタイトルを追加します。
      final static UIElement addInventory(UIElement $self, Function1<InventorySlots, Unit> builderAction) このUIにインベントリを追加します。
      final static UIElement addRowChild(UIElement $self, Function1<UIElement, Unit> builderAction) このUIに列を追加します。
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • alineCenter

         final static UIElement alineCenter(UIElement $self)

        このUIを中央揃えにします。

        Since:

        0.7.0

      • addChildren

         final static UIElement addChildren(UIElement $self, Iterable<UIElement> children)

        このUIにchildrenを追加します。

        Since:

        0.7.0

      • addChildren

         final static UIElement addChildren(UIElement $self, Sequence<UIElement> children)

        このUIにchildrenを追加します。

        Since:

        0.7.0

      • addCenterLabel

         final static UIElement addCenterLabel(UIElement $self, Component text, Function1<Label, Unit> builderAction)

        このUIに中央揃えのタイトルを追加します。

        Since:

        0.7.0

      • addInventory

         final static UIElement addInventory(UIElement $self, Function1<InventorySlots, Unit> builderAction)

        このUIにインベントリを追加します。

        Since:

        0.7.0

      • addRowChild

         final static UIElement addRowChild(UIElement $self, Function1<UIElement, Unit> builderAction)

        このUIに列を追加します。

        Since:

        0.7.0