public class ItemScatterer extends Object
| Constructor and Description |
|---|
ItemScatterer() |
| Modifier and Type | Method and Description |
|---|---|
static void |
spawn(World world,
BlockPos pos,
DefaultedList<ItemStack> items) |
static void |
spawn(World world,
BlockPos blockPos,
Inventory inventory) |
private static void |
spawn(World world,
double x,
double y,
double z,
Inventory inventory) |
static void |
spawn(World world,
double x,
double y,
double z,
ItemStack item) |
static void |
spawn(World world,
Entity entity,
Inventory inventory) |
private static final Random RANDOM
public static void spawn(World world, BlockPos pos, DefaultedList<ItemStack> items)