Class AmethystClusterMock
java.lang.Object
be.seeseemelk.mockbukkit.block.data.BlockDataMock
be.seeseemelk.mockbukkit.block.data.AmethystClusterMock
- All Implemented Interfaces:
Cloneable,BlockData,Directional,AmethystCluster,Waterlogged
public class AmethystClusterMock
extends BlockDataMock
implements AmethystCluster, Directional, Waterlogged
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetFaces()@NotNull BlockFacebooleanvoidvoidsetWaterlogged(boolean waterlogged) Methods inherited from class be.seeseemelk.mockbukkit.block.data.BlockDataMock
checkType, checkType, checkType, checkType, clone, equals, get, getAsString, getAsString, getMaterial, getSoundGroup, hashCode, isFaceSturdy, isRandomlyTicked, isSupported, isSupported, matches, merge, mock, setMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.bukkit.block.data.BlockData
clone, getAsString, getAsString, getMaterial, getSoundGroup, isFaceSturdy, isRandomlyTicked, isSupported, isSupported, matches, merge
-
Constructor Details
-
AmethystClusterMock
-
-
Method Details
-
getFacing
- Specified by:
getFacingin interfaceDirectional
-
setFacing
- Specified by:
setFacingin interfaceDirectional
-
getFaces
- Specified by:
getFacesin interfaceDirectional
-
isWaterlogged
public boolean isWaterlogged()- Specified by:
isWaterloggedin interfaceWaterlogged
-
setWaterlogged
public void setWaterlogged(boolean waterlogged) - Specified by:
setWaterloggedin interfaceWaterlogged
-