zombie.inventory
Class ItemContainerFiller

java.lang.Object
  extended by zombie.inventory.ItemContainerFiller

public class ItemContainerFiller
extends java.lang.Object

Author:
LEMMY

Field Summary
static java.util.ArrayList<ItemContainer> Containers
           
static java.util.ArrayList<IsoBuilding> DistributionTarget
           
 
Constructor Summary
ItemContainerFiller()
           
 
Method Summary
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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DistributionTarget

public static java.util.ArrayList<IsoBuilding> DistributionTarget

Containers

public static java.util.ArrayList<ItemContainer> Containers
Constructor Detail

ItemContainerFiller

public ItemContainerFiller()
Method Detail

DistributeGoodItems

public static void DistributeGoodItems(IsoCell cell)

FillContainer

public static void FillContainer(ItemContainer container,
                                 java.lang.String roomDef)

FillRoom

public static void FillRoom(IsoRoom room)

FillTable

public static void FillTable(IsoGridSquare sq,
                             java.lang.String roomDef)

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)