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 itemContainer, java.lang.String string)
static void
FillRoom(IsoRoom room)
static void
FillTable(int int1, IsoGridSquare square, java.lang.String string, java.lang.String string2, float float1)
static void
FillTable(int int1, IsoGridSquare square, java.lang.String string, java.lang.String string2, float float1, float float2)
static void
FillTable(IsoGridSquare square, java.lang.String string)
static void
FillTable(IsoGridSquare square, java.lang.String string, java.lang.String string2, float float1)
static void
FillTable(IsoGridSquare square, java.lang.String string, java.lang.String string2, float float1, float float2)
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 square, java.lang.String string, java.lang.String string2, float float1) -
FillTable
public static void FillTable(int int1, IsoGridSquare square, java.lang.String string, java.lang.String string2, float float1) -
FillTable
public static void FillTable(int int1, IsoGridSquare square, java.lang.String string, java.lang.String string2, float float1, float float2) -
FillTable
public static void FillTable(IsoGridSquare square, java.lang.String string, java.lang.String string2, float float1, float float2)
-