Package mindustry.world.blocks
Class ItemSelection
java.lang.Object
mindustry.world.blocks.ItemSelection
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T extends UnlockableContent>
voidbuildTable
(Table table, Seq<T> items, Prov<T> holder, Cons<T> consumer) static <T extends UnlockableContent>
voidbuildTable
(Table table, Seq<T> items, Prov<T> holder, Cons<T> consumer, boolean closeSelect) static <T extends UnlockableContent>
voidbuildTable
(Table table, Seq<T> items, Prov<T> holder, Cons<T> consumer, int columns) static <T extends UnlockableContent>
voidbuildTable
(Table table, Seq<T> items, Prov<T> holder, Cons<T> consumer, int rows, int columns) static <T extends UnlockableContent>
voidstatic <T extends UnlockableContent>
voidbuildTable
(Block block, Table table, Seq<T> items, Prov<T> holder, Cons<T> consumer, boolean closeSelect) static <T extends UnlockableContent>
voidbuildTable
(Block block, Table table, Seq<T> items, Prov<T> holder, Cons<T> consumer, boolean closeSelect, int rows, int columns) static <T extends UnlockableContent>
voidbuildTable
(Block block, Table table, Seq<T> items, Prov<T> holder, Cons<T> consumer, int rows, int columns)
-
Constructor Details
-
ItemSelection
public ItemSelection()
-
-
Method Details
-
buildTable
public static <T extends UnlockableContent> void buildTable(Table table, Seq<T> items, Prov<T> holder, Cons<T> consumer) -
buildTable
public static <T extends UnlockableContent> void buildTable(Table table, Seq<T> items, Prov<T> holder, Cons<T> consumer, boolean closeSelect) -
buildTable
public static <T extends UnlockableContent> void buildTable(Table table, Seq<T> items, Prov<T> holder, Cons<T> consumer, int columns) -
buildTable
-
buildTable
-
buildTable
-
buildTable
public static <T extends UnlockableContent> void buildTable(Table table, Seq<T> items, Prov<T> holder, Cons<T> consumer, int rows, int columns) -
buildTable
-