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

public class BlockPlacer extends SlimefunItem
The BlockPlacer is a machine which can place Blocks, as the name would suggest. It really just is a special type of Dispenser which places items instead of shooting them.
Author:
TheBusyBiscuit
See Also:
  • Constructor Details

  • Method Details

    • 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