Class TileStateMock

java.lang.Object
be.seeseemelk.mockbukkit.block.state.BlockStateMock
be.seeseemelk.mockbukkit.block.state.TileStateMock
All Implemented Interfaces:
BlockState, TileState, Metadatable, PersistentDataHolder
Direct Known Subclasses:
BannerMock, BeaconMock, BedMock, BeehiveMock, BellMock, CampfireMock, CommandBlockMock, ComparatorMock, ConduitMock, ContainerMock, CreatureSpawnerMock, DaylightDetectorMock, EnchantingTableMock, EnderChestMock, EndGatewayMock, JigsawMock, JukeboxMock, SculkCatalystMock, SculkSensorMock, SculkShriekerMock, SignMock, SkullMock, StructureMock

public abstract class TileStateMock extends BlockStateMock implements TileState
Mock implementation of a TileState.
See Also: