Class SmokerMock

All Implemented Interfaces:
LockableTileState, BlockState, Container, Furnace, Lockable, Smoker, TileState, BlockInventoryHolder, InventoryHolder, Metadatable, Nameable, PersistentDataHolder

public class SmokerMock extends AbstractFurnaceMock implements Smoker
Mock implementation of a Smoker.
See Also:
  • Constructor Details

    • SmokerMock

      public SmokerMock(@NotNull @NotNull 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 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