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