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 voidcheckValid(java.lang.String string)AttachedLocationgetLocation(java.lang.String string)AttachedLocationgetLocationByIndex(int int1)AttachedLocationgetOrCreateLocation(java.lang.String string)intindexOf(java.lang.String string)intsize()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)
-