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 aMarkeringredient 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 MarkerMarkers.CONTENT_LIST_SLOT_HORIZONTALstatic final @NotNull MarkerMarkers.CONTENT_LIST_SLOT_VERTICALMethods in xyz.xenondevs.invui.gui.structure with parameters of type MarkerModifier and TypeMethodDescriptionstatic voidStructure.addGlobalIngredient(char key, @NotNull Marker marker) Adds a globalMarkeringredient under the given key.@NotNull StructureStructure.addIngredient(char key, @NotNull Marker marker) Adds aMarkeringredient under the given key.int[]IngredientList.findIndicesOfMarker(Marker marker) Finds all indices of the specifiedMarker.