- All Implemented Interfaces:
BlockState, Container, Furnace, Lockable, Smoker, TileState, BlockInventoryHolder, InventoryHolder, Metadatable, Nameable, PersistentDataHolder
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class be.seeseemelk.mockbukkit.block.state.AbstractFurnaceMock
createInventory, getBurnTime, getCookSpeedMultiplier, getCookTime, getCookTimeTotal, getInventory, getRecipesUsed, getRecipeUsedCount, getSnapshotInventory, hasRecipeUsedCount, setBurnTime, setCookSpeedMultiplier, setCookTime, setCookTimeTotal, setRecipesUsed, setRecipeUsedCount
Methods inherited from class be.seeseemelk.mockbukkit.block.state.BlockStateMock
checkType, checkType, checkType, checkType, equals, getBlock, getBlockData, getChunk, getData, getLightLevel, getLocation, getLocation, getMetadata, getRawData, getType, getWorld, getX, getY, getZ, hashCode, hasMetadata, isCollidable, isPlaced, mockState, removeMetadata, setBlockData, setData, setMetadata, setRawData, setType, update, update, update
Methods inherited from interface org.bukkit.block.BlockState
getBlock, getBlockData, getChunk, getData, getLightLevel, getLocation, getLocation, getRawData, getType, getWorld, getX, getY, getZ, isCollidable, isPlaced, setBlockData, setData, setRawData, setType, update, update, update
Methods inherited from interface org.bukkit.block.Furnace
getBurnTime, getCookSpeedMultiplier, getCookTime, getCookTimeTotal, getInventory, getRecipesUsed, getRecipeUsedCount, getSnapshotInventory, hasRecipeUsedCount, setBurnTime, setCookSpeedMultiplier, setCookTime, setCookTimeTotal, setRecipesUsed, setRecipeUsedCount
-
Constructor Details
-
SmokerMock
public SmokerMock(@NotNull
@NotNull Material material)
-
SmokerMock
protected SmokerMock(@NotNull
@NotNull Block block)
-
SmokerMock
protected SmokerMock(@NotNull
@NotNull SmokerMock state)
-