Class BedMock

java.lang.Object
be.seeseemelk.mockbukkit.block.data.BlockDataMock
be.seeseemelk.mockbukkit.block.data.BedMock
All Implemented Interfaces:
Cloneable, BlockData, Directional, Bed

public class BedMock extends BlockDataMock implements Bed
Mock implementation of Bed.
  • Constructor Details

    • BedMock

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