Package zombie.inventory
Class ItemContainerFiller
java.lang.Object
zombie.inventory.ItemContainerFiller
public class ItemContainerFiller
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description static java.util.ArrayList
Containers
static java.util.ArrayList
DistributionTarget
-
Constructor Summary
Constructors Constructor Description ItemContainerFiller()
-
Method Summary
Modifier and Type Method Description static void
DistributeGoodItems(IsoCell cell)
static void
FillContainer(ItemContainer container, java.lang.String roomDef)
static void
FillRoom(IsoRoom room)
static void
FillTable(int lootval, IsoGridSquare sq, java.lang.String roomDef, java.lang.String type, float height)
static void
FillTable(int lootval, IsoGridSquare sq, java.lang.String roomDef, java.lang.String type, float height, float depth)
static void
FillTable(IsoGridSquare sq, java.lang.String roomDef)
static void
FillTable(IsoGridSquare sq, java.lang.String roomDef, java.lang.String type, float height)
static void
FillTable(IsoGridSquare sq, java.lang.String roomDef, java.lang.String type, float height, float depth)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
DistributionTarget
public static java.util.ArrayList DistributionTarget -
Containers
public static java.util.ArrayList Containers
-
-
Constructor Details
-
ItemContainerFiller
public ItemContainerFiller()
-
-
Method Details
-
DistributeGoodItems
-
FillContainer
-
FillRoom
-
FillTable
-
FillTable
public static void FillTable(IsoGridSquare sq, java.lang.String roomDef, java.lang.String type, float height) -
FillTable
public static void FillTable(int lootval, IsoGridSquare sq, java.lang.String roomDef, java.lang.String type, float height) -
FillTable
public static void FillTable(int lootval, IsoGridSquare sq, java.lang.String roomDef, java.lang.String type, float height, float depth) -
FillTable
public static void FillTable(IsoGridSquare sq, java.lang.String roomDef, java.lang.String type, float height, float depth)
-