Interface IClearable

All Known Subinterfaces:
IHopper, IInventory, ISidedInventory
All Known Implementing Classes:
AbstractFurnaceTileEntity, BarrelTileEntity, BlastFurnaceTileEntity, BrewingStandTileEntity, CampfireTileEntity, ChestMinecartEntity, ChestTileEntity, ComposterBlock.EmptyInventory, ComposterBlock.FullInventory, ComposterBlock.PartialInventory, ContainerMinecartEntity, CraftingInventory, CraftResultInventory, DispenserTileEntity, DoubleSidedInventory, DropperTileEntity, EnderChestInventory, FurnaceTileEntity, HopperMinecartEntity, HopperTileEntity, Inventory, JukeboxTileEntity, LecternTileEntity, LockableLootTileEntity, LockableTileEntity, MerchantInventory, PlayerInventory, RecipeWrapper, ShulkerBoxTileEntity, SmokerTileEntity, TrappedChestTileEntity

public interface IClearable
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    static void
    tryClear(Object p_213131_0_)
     
  • Method Details

    • clearContent

      void clearContent()
    • tryClear

      static void tryClear(@Nullable Object p_213131_0_)