java.lang.Object
io.github.thebusybiscuit.slimefun4.api.items.SlimefunItem
io.github.thebusybiscuit.slimefun4.implementation.items.blocks.OutputChest
All Implemented Interfaces:
Placeable

public class OutputChest extends SlimefunItem
The OutputChest can be used to capture the output items from a MultiBlockMachine.
Author:
TheBusyBiscuit
See Also:
  • Constructor Details

  • Method Details

    • findOutputChestFor

      @Nonnull public static Optional<org.bukkit.inventory.Inventory> findOutputChestFor(@Nonnull org.bukkit.block.Block b, @Nonnull org.bukkit.inventory.ItemStack item)
    • loadDataByDefault

      public boolean loadDataByDefault()
      Description copied from class: SlimefunItem
      Should load the SlimefunBlockData by default. If return false, only the item with BlockTicker will be loaded with ChunkLoadEvent.
      Overrides:
      loadDataByDefault in class SlimefunItem
      Returns:
      true if the data should be loaded by default, false otherwise