Class ItemSpawner
java.lang.Object
zombie.inventory.ItemSpawner
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic InventoryItemspawnItem(String itemType, ItemContainer container) static InventoryItemspawnItem(String itemType, ItemContainer container, boolean fill) static InventoryItemspawnItem(String itemType, IsoGridSquare square, float x, float y, float z) static InventoryItemspawnItem(String itemType, IsoGridSquare square, float x, float y, float z, boolean fill) static InventoryItemspawnItem(InventoryItem item, ItemContainer container) static InventoryItemspawnItem(InventoryItem item, ItemContainer container, boolean fill) static InventoryItemspawnItem(InventoryItem item, IsoGridSquare square) static InventoryItemspawnItem(InventoryItem item, IsoGridSquare square, boolean fill) static InventoryItemspawnItem(InventoryItem item, IsoGridSquare square, float x, float y, float z) static InventoryItemspawnItem(InventoryItem item, IsoGridSquare square, float x, float y, float z, boolean fill) static List<InventoryItem> spawnItems(String itemType, int count, ItemContainer container) static List<InventoryItem> spawnItems(InventoryItem item, int count, ItemContainer container)
-
Constructor Details
-
ItemSpawner
public ItemSpawner()
-
-
Method Details
-
spawnItems
public static List<InventoryItem> spawnItems(InventoryItem item, int count, ItemContainer container) -
spawnItems
-
spawnItem
public static InventoryItem spawnItem(InventoryItem item, IsoGridSquare square, float x, float y, float z, boolean fill) -
spawnItem
public static InventoryItem spawnItem(InventoryItem item, IsoGridSquare square, float x, float y, float z) -
spawnItem
-
spawnItem
-
spawnItem
public static InventoryItem spawnItem(String itemType, IsoGridSquare square, float x, float y, float z, boolean fill) -
spawnItem
public static InventoryItem spawnItem(String itemType, IsoGridSquare square, float x, float y, float z) -
spawnItem
-
spawnItem
-
spawnItem
-
spawnItem
-