Class AttachedLocationGroup

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

public final class AttachedLocationGroup
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    protected java.lang.String id  
    protected java.util.ArrayList locations  
  • Constructor Summary

    Constructors
    Constructor Description
    AttachedLocationGroup​(java.lang.String string)  
  • Method Summary

    Modifier and Type Method Description
    void checkValid​(java.lang.String string)  
    AttachedLocation getLocation​(java.lang.String string)  
    AttachedLocation getLocationByIndex​(int int1)  
    AttachedLocation getOrCreateLocation​(java.lang.String string)  
    int indexOf​(java.lang.String string)  
    int size()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • id

      protected final java.lang.String id
    • locations

      protected final java.util.ArrayList locations
  • Constructor Details

    • AttachedLocationGroup

      public AttachedLocationGroup​(java.lang.String string)
  • Method Details

    • getLocation

      public AttachedLocation getLocation​(java.lang.String string)
    • getOrCreateLocation

      public AttachedLocation getOrCreateLocation​(java.lang.String string)
    • getLocationByIndex

      public AttachedLocation getLocationByIndex​(int int1)
    • size

      public int size()
    • indexOf

      public int indexOf​(java.lang.String string)
    • checkValid

      public void checkValid​(java.lang.String string)