Package net.minecraft.world
Class Containers
java.lang.Object
net.minecraft.world.Containers
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static voiddropContents(Level level, double x, double y, double z, Container inventory) static voiddropContents(Level level, BlockPos pos, NonNullList<ItemStack> stackList) static voiddropContents(Level level, BlockPos pos, Container inventory) static voiddropContents(Level level, Entity entityAt, Container inventory) static voiddropContentsOnDestroy(BlockState state, BlockState newState, Level level, BlockPos pos) static voiddropItemStack(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)
-