Package net.minecraft.util
Class ItemScatterer
java.lang.Object
net.minecraft.util.ItemScatterer
public class ItemScatterer extends Object
-
Field Summary
-
Constructor Summary
Constructors Constructor Description ItemScatterer()
-
Method Summary
Modifier and Type Method Description 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)
static void
spawn(World world, BlockPos blockPos, Inventory inventory)
static void
spawn(World world, BlockPos pos, DefaultedList<ItemStack> items)
-
Field Details
-
RANDOM
-
-
Constructor Details
-
ItemScatterer
public ItemScatterer()
-
-
Method Details
-
spawn
-
spawn
-
spawn
-
spawn
-
spawn
-