Class AttachedItems

java.lang.Object
zombie.characters.AttachedItems.AttachedItems

public final class AttachedItems
extends java.lang.Object
  • Field Details

  • Constructor Details

  • Method Details

    • copyFrom

      public void copyFrom​(AttachedItems attachedItems)
    • getGroup

      public AttachedLocationGroup getGroup()
    • get

      public AttachedItem get​(int int1)
    • setItem

      public void setItem​(java.lang.String string, InventoryItem inventoryItem)
    • getItem

      public InventoryItem getItem​(java.lang.String string)
    • getItemByIndex

      public InventoryItem getItemByIndex​(int int1)
    • remove

      public void remove​(InventoryItem inventoryItem)
    • clear

      public void clear()
    • getLocation

      public java.lang.String getLocation​(InventoryItem inventoryItem)
    • contains

      public boolean contains​(InventoryItem inventoryItem)
    • size

      public int size()
    • isEmpty

      public boolean isEmpty()
    • forEach

      public void forEach​(java.util.function.Consumer consumer)