Class ItemSpawner
java.lang.Object
zombie.inventory.ItemSpawner
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic InventoryItem
spawnItem
(String string, ItemContainer itemContainer) static InventoryItem
spawnItem
(String string, ItemContainer itemContainer, boolean boolean0) static InventoryItem
spawnItem
(String string, IsoGridSquare isoGridSquare, float float0, float float1, float float2) static InventoryItem
spawnItem
(String string, IsoGridSquare isoGridSquare, float float0, float float1, float float2, boolean boolean0) static InventoryItem
spawnItem
(InventoryItem inventoryItem, ItemContainer itemContainer) static InventoryItem
spawnItem
(InventoryItem inventoryItem, ItemContainer itemContainer, boolean boolean0) static InventoryItem
spawnItem
(InventoryItem inventoryItem, IsoGridSquare isoGridSquare) static InventoryItem
spawnItem
(InventoryItem inventoryItem, IsoGridSquare isoGridSquare, boolean boolean0) static InventoryItem
spawnItem
(InventoryItem inventoryItem, IsoGridSquare isoGridSquare, float float0, float float1, float float2) static InventoryItem
spawnItem
(InventoryItem inventoryItem, IsoGridSquare isoGridSquare, float float0, float float1, float float2, boolean boolean0) static List
<InventoryItem> spawnItems
(String string, int int0, ItemContainer itemContainer) static List
<InventoryItem> spawnItems
(InventoryItem inventoryItem, int int0, ItemContainer itemContainer)
-
Constructor Details
-
ItemSpawner
public ItemSpawner()
-
-
Method Details
-
spawnItems
public static List<InventoryItem> spawnItems(InventoryItem inventoryItem, int int0, ItemContainer itemContainer) -
spawnItems
-
spawnItem
public static InventoryItem spawnItem(InventoryItem inventoryItem, IsoGridSquare isoGridSquare, float float0, float float1, float float2, boolean boolean0) -
spawnItem
public static InventoryItem spawnItem(InventoryItem inventoryItem, IsoGridSquare isoGridSquare, float float0, float float1, float float2) -
spawnItem
-
spawnItem
public static InventoryItem spawnItem(InventoryItem inventoryItem, IsoGridSquare isoGridSquare, boolean boolean0) -
spawnItem
public static InventoryItem spawnItem(String string, IsoGridSquare isoGridSquare, float float0, float float1, float float2, boolean boolean0) -
spawnItem
public static InventoryItem spawnItem(String string, IsoGridSquare isoGridSquare, float float0, float float1, float float2) -
spawnItem
public static InventoryItem spawnItem(InventoryItem inventoryItem, ItemContainer itemContainer, boolean boolean0) -
spawnItem
-
spawnItem
-
spawnItem
-