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.ArrayListContainersstatic java.util.ArrayListDistributionTarget -
Constructor Summary
Constructors Constructor Description ItemContainerFiller() -
Method Summary
Modifier and Type Method Description static voidDistributeGoodItems(IsoCell cell)static voidFillContainer(ItemContainer container, java.lang.String roomDef)static voidFillRoom(IsoRoom room)static voidFillTable(int lootval, IsoGridSquare sq, java.lang.String roomDef, java.lang.String type, float height)static voidFillTable(int lootval, IsoGridSquare sq, java.lang.String roomDef, java.lang.String type, float height, float depth)static voidFillTable(IsoGridSquare sq, java.lang.String roomDef)static voidFillTable(IsoGridSquare sq, java.lang.String roomDef, java.lang.String type, float height)static voidFillTable(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)
-