类 Containers
java.lang.Object
net.minecraft.world.Containers
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明private static void
dropContents
(Level pLevel, double pX, double pY, double pZ, Container pInventory) static void
dropContents
(Level pLevel, BlockPos pPos, NonNullList<ItemStack> pStackList) static void
dropContents
(Level pLevel, BlockPos pPos, Container pInventory) static void
dropContents
(Level pLevel, Entity pEntityAt, Container pInventory) static void
dropItemStack
(Level pLevel, double pX, double pY, double pZ, ItemStack pStack)
-
构造器详细资料
-
Containers
public Containers()
-
-
方法详细资料
-
dropContents
-
dropContents
-
dropContents
-
dropContents
-
dropItemStack
-