Uses of Class
xyz.xenondevs.invui.gui.structure.Marker
Packages that use Marker
-
Uses of Marker in xyz.xenondevs.invui.gui
Methods in xyz.xenondevs.invui.gui with parameters of type MarkerModifier 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
Fields in xyz.xenondevs.invui.gui.structure declared as MarkerModifier and TypeFieldDescriptionstatic final @NotNull Marker
Markers.CONTENT_LIST_SLOT_HORIZONTAL
static final @NotNull Marker
Markers.CONTENT_LIST_SLOT_VERTICAL
Methods in xyz.xenondevs.invui.gui.structure with parameters of type MarkerModifier 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
.