Uses of Class
xyz.xenondevs.invui.gui.structure.Marker
-
Uses of Marker in xyz.xenondevs.invui.gui
Modifier and TypeMethodDescriptionAbstractGui.AbstractBuilder.addIngredient
(char key, @NotNull Marker marker) Gui.Builder.addIngredient
(char key, @NotNull Marker marker) Adds aMarker
ingredient under the given key. -
Uses of Marker in xyz.xenondevs.invui.gui.structure
Modifier and TypeFieldDescriptionstatic final @NotNull Marker
Markers.CONTENT_LIST_SLOT_HORIZONTAL
static final @NotNull Marker
Markers.CONTENT_LIST_SLOT_VERTICAL
Modifier and TypeMethodDescriptionstatic void
Structure.addGlobalIngredient
(char key, @NotNull Marker marker) Adds a globalMarker
ingredient under the given key.@NotNull Structure
Structure.addIngredient
(char key, @NotNull Marker marker) Adds aMarker
ingredient under the given key.int[]
IngredientList.findIndicesOfMarker
(Marker marker) Finds all indices of the specifiedMarker
.