public class InventoryHelper
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private static java.util.Random |
RANDOM |
Constructor and Description |
---|
InventoryHelper() |
Modifier and Type | Method and Description |
---|---|
static void |
dropInventoryItems(World worldIn,
BlockPos pos,
IInventory inventory) |
private static void |
dropInventoryItems(World worldIn,
double x,
double y,
double z,
IInventory inventory) |
static void |
dropInventoryItems(World worldIn,
Entity entityAt,
IInventory inventory) |
static void |
spawnItemStack(World worldIn,
double x,
double y,
double z,
ItemStack stack) |
public static void dropInventoryItems(World worldIn, BlockPos pos, IInventory inventory)
public static void dropInventoryItems(World worldIn, Entity entityAt, IInventory inventory)
private static void dropInventoryItems(World worldIn, double x, double y, double z, IInventory inventory)