Package net.minecraft.world
Class Containers
java.lang.Object
net.minecraft.world.Containers
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static void
dropContents
(Level level, double x, double y, double z, Container inventory) static void
dropContents
(Level level, BlockPos pos, NonNullList<ItemStack> stackList) static void
dropContents
(Level level, BlockPos pos, Container inventory) static void
dropContents
(Level level, Entity entityAt, Container inventory) static void
dropContentsOnDestroy
(BlockState state, BlockState newState, Level level, BlockPos pos) static void
dropItemStack
(Level level, double x, double y, double z, ItemStack stack)
-
Constructor Details
-
Containers
public Containers()
-
-
Method Details
-
dropContents
-
dropContents
-
dropContents
-
dropContents
-
dropItemStack
-
dropContentsOnDestroy
public static void dropContentsOnDestroy(BlockState state, BlockState newState, Level level, BlockPos pos)
-