类 Containers

java.lang.Object
net.minecraft.world.Containers

public class Containers extends Object
  • 构造器详细资料

    • Containers

      public Containers()
  • 方法详细资料

    • dropContents

      public static void dropContents(Level pLevel, BlockPos pPos, Container pInventory)
    • dropContents

      public static void dropContents(Level pLevel, Entity pEntityAt, Container pInventory)
    • dropContents

      private static void dropContents(Level pLevel, double pX, double pY, double pZ, Container pInventory)
    • dropContents

      public static void dropContents(Level pLevel, BlockPos pPos, NonNullList<ItemStack> pStackList)
    • dropItemStack

      public static void dropItemStack(Level pLevel, double pX, double pY, double pZ, ItemStack pStack)