Class BlastFurnaceMock

All Implemented Interfaces:
io.papermc.paper.block.LockableTileState, org.bukkit.block.BlastFurnace, org.bukkit.block.BlockState, org.bukkit.block.Container, org.bukkit.block.Furnace, org.bukkit.block.Lockable, org.bukkit.block.TileState, org.bukkit.inventory.BlockInventoryHolder, org.bukkit.inventory.InventoryHolder, org.bukkit.metadata.Metadatable, org.bukkit.Nameable, org.bukkit.persistence.PersistentDataHolder

public class BlastFurnaceMock extends AbstractFurnaceMock implements org.bukkit.block.BlastFurnace
Mock implementation of a BlastFurnace.
See Also:
  • Constructor Details

    • BlastFurnaceMock

      public BlastFurnaceMock(@NotNull @NotNull org.bukkit.Material material)
      Constructs a new BlastFurnaceMock for the provided Material. Only supports Material.BLAST_FURNACE
      Parameters:
      material - The material this state is for.
    • BlastFurnaceMock

      protected BlastFurnaceMock(@NotNull @NotNull org.bukkit.block.Block block)
      Constructs a new BlastFurnaceMock for the provided Block. Only supports Material.BLAST_FURNACE
      Parameters:
      block - The block this state is for.
    • BlastFurnaceMock

      protected BlastFurnaceMock(@NotNull @NotNull BlastFurnaceMock state)
      Constructs a new BlastFurnaceMock by cloning the data from an existing one.
      Parameters:
      state - The state to clone.
  • Method Details