Class SlabMock

java.lang.Object
be.seeseemelk.mockbukkit.block.data.BlockDataMock
be.seeseemelk.mockbukkit.block.data.SlabMock
All Implemented Interfaces:
Cloneable, BlockData, Slab, Waterlogged

public class SlabMock extends BlockDataMock implements Slab
Mock implementation of Slab.
  • Constructor Details

    • SlabMock

      public SlabMock(@NotNull @NotNull Material type)
      Constructs a new BedMock for the provided Material. Only supports materials in Tag.SLABS
      Parameters:
      type - The material this data is for.
  • Method Details