public class InventoryHelper
extends java.lang.Object
| Constructor and Description | 
|---|
InventoryHelper()  | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
dropInventoryItems(World worldIn,
                  BlockPos pos,
                  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)