Class SmokerMock

All Implemented Interfaces:
io.papermc.paper.block.LockableTileState, org.bukkit.block.BlockState, org.bukkit.block.Container, org.bukkit.block.Furnace, org.bukkit.block.Lockable, org.bukkit.block.Smoker, 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 SmokerMock extends AbstractFurnaceMock implements org.bukkit.block.Smoker
Mock implementation of a Smoker.
See Also:
  • Constructor Details

    • SmokerMock

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

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

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