Class BlastFurnaceMock
java.lang.Object
be.seeseemelk.mockbukkit.block.state.BlockStateMock
be.seeseemelk.mockbukkit.block.state.TileStateMock
be.seeseemelk.mockbukkit.block.state.ContainerMock
be.seeseemelk.mockbukkit.block.state.AbstractFurnaceMock
be.seeseemelk.mockbukkit.block.state.BlastFurnaceMock
- All Implemented Interfaces:
LockableTileState
,BlastFurnace
,BlockState
,Container
,Furnace
,Lockable
,TileState
,BlockInventoryHolder
,InventoryHolder
,Metadatable
,Nameable
,PersistentDataHolder
Mock implementation of a
BlastFurnace
.- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
BlastFurnaceMock
(@NotNull BlastFurnaceMock state) Constructs a newBlastFurnaceMock
by cloning the data from an existing one.protected
BlastFurnaceMock
(@NotNull Block block) Constructs a newBlastFurnaceMock
for the providedBlock
.BlastFurnaceMock
(@NotNull Material material) Constructs a newBlastFurnaceMock
for the providedMaterial
. -
Method Summary
Modifier and TypeMethodDescription@NotNull BlockState
This returns a copy of thisBlockStateMock
.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.ContainerMock
customName, customName, getCustomName, getLock, isLocked, setCustomName, setLock
Methods inherited from class be.seeseemelk.mockbukkit.block.state.TileStateMock
getPersistentDataContainer, isSnapshot
Methods inherited from class be.seeseemelk.mockbukkit.block.state.BlockStateMock
checkType, checkType, checkType, checkType, equals, getBlock, getBlockData, getChunk, getData, getDrops, getDrops, getDrops, 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 class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.bukkit.inventory.BlockInventoryHolder
getBlock
Methods inherited from interface org.bukkit.block.BlockState
getBlock, getBlockData, getChunk, getData, getDrops, getDrops, getDrops, 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
Methods inherited from interface org.bukkit.metadata.Metadatable
getMetadata, hasMetadata, removeMetadata, setMetadata
Methods inherited from interface org.bukkit.Nameable
customName, customName, getCustomName, setCustomName
Methods inherited from interface org.bukkit.block.TileState
getPersistentDataContainer, isSnapshot
-
Constructor Details
-
BlastFurnaceMock
- Parameters:
material
- The material this state is for.
-
BlastFurnaceMock
- Parameters:
block
- The block this state is for.
-
BlastFurnaceMock
Constructs a newBlastFurnaceMock
by cloning the data from an existing one.- Parameters:
state
- The state to clone.
-
-
Method Details
-
getSnapshot
Description copied from class:BlockStateMock
This returns a copy of thisBlockStateMock
. Inheritents of this class should override this method!- Specified by:
getSnapshot
in classContainerMock
- Returns:
- A snapshot of this
BlockStateMock
.
-