Package zombie.characters.AttachedItems
Class AttachedLocationGroup
java.lang.Object
zombie.characters.AttachedItems.AttachedLocationGroup
public final class AttachedLocationGroup
extends java.lang.Object
-
Field Summary
-
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
-
getOrCreateLocation
-
getLocationByIndex
-
size
public int size() -
indexOf
public int indexOf(java.lang.String string) -
checkValid
public void checkValid(java.lang.String string)
-