Package net.minecraft.world
Class Containers
java.lang.Object
net.minecraft.world.Containers
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static voiddropContents(Level pLevel, double pX, double pY, double pZ, Container pInventory) static voiddropContents(Level pLevel, BlockPos pPos, NonNullList<ItemStack> pStackList) static voiddropContents(Level pLevel, BlockPos pPos, Container pInventory) static voiddropContents(Level pLevel, Entity pEntityAt, Container pInventory) static voiddropItemStack(Level pLevel, double pX, double pY, double pZ, ItemStack pStack) static voidupdateNeighboursAfterDestroy(BlockState pState, Level pLevel, BlockPos pPos)
-
Constructor Details
-
Containers
public Containers()
-
-
Method Details
-
dropContents
-
dropContents
-
dropContents
-
dropContents
-
dropItemStack
-
updateNeighboursAfterDestroy
-