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)