Package zombie.scripting.objects
Class ShelfDistribution
java.lang.Object
zombie.scripting.objects.BaseScriptObject
zombie.scripting.objects.ShelfDistribution
public class ShelfDistribution extends BaseScriptObject
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
ShelfDistribution.Entry
-
Field Summary
Fields Modifier and Type Field Description java.util.ArrayList
Entries
int
LootedValue
java.lang.String
Zone
Fields inherited from class zombie.scripting.objects.BaseScriptObject
module
-
Constructor Summary
Constructors Constructor Description ShelfDistribution()
-
Method Summary
Methods inherited from class zombie.scripting.objects.BaseScriptObject
getModule
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
Zone
public java.lang.String Zone -
LootedValue
public int LootedValue -
Entries
public java.util.ArrayList Entries
-
-
Constructor Details
-
ShelfDistribution
public ShelfDistribution()
-
-
Method Details
-
Load
public void Load(java.lang.String string, java.lang.String[] stringArray)- Overrides:
Load
in classBaseScriptObject
-
Process
-