Class IngredientList

java.lang.Object
java.util.AbstractCollection<xyz.xenondevs.invui.gui.structure.Ingredient>
java.util.AbstractList<xyz.xenondevs.invui.gui.structure.Ingredient>
java.util.ArrayList<xyz.xenondevs.invui.gui.structure.Ingredient>
xyz.xenondevs.invui.gui.structure.IngredientList
All Implemented Interfaces:
Serializable, Cloneable, Iterable<xyz.xenondevs.invui.gui.structure.Ingredient>, Collection<xyz.xenondevs.invui.gui.structure.Ingredient>, List<xyz.xenondevs.invui.gui.structure.Ingredient>, RandomAccess, SequencedCollection<xyz.xenondevs.invui.gui.structure.Ingredient>

public class IngredientList extends ArrayList<xyz.xenondevs.invui.gui.structure.Ingredient>
See Also:
  • Constructor Details

    • IngredientList

      public IngredientList(int width, int height, String structure, HashMap<Character,xyz.xenondevs.invui.gui.structure.Ingredient> ingredientMap)
      Creates a new IngredientList.
      Parameters:
      width - The width of the structure.
      height - The height of the structure.
      structure - The structure string.
      ingredientMap - The HashMap containing the Ingredients.
  • Method Details