Class StructureMock
java.lang.Object
be.seeseemelk.mockbukkit.block.state.BlockStateMock
be.seeseemelk.mockbukkit.block.state.TileStateMock
be.seeseemelk.mockbukkit.block.state.StructureMock
- All Implemented Interfaces:
BlockState,Structure,TileState,Metadatable,PersistentDataHolder
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedStructureMock(@NotNull StructureMock state) protectedStructureMock(@NotNull Block block) StructureMock(@NotNull Material material) -
Method Summary
Modifier and TypeMethodDescription@NotNull Stringfloat@NotNull String@NotNull Mirror@NotNull BlockVector@NotNull StructureRotationlonggetSeed()@NotNull BlockStateThis returns a copy of thisBlockStateMock.@NotNull String@NotNull BlockVector@NotNull UsageModebooleanbooleanbooleanvoidvoidsetAuthor(@NotNull LivingEntity livingEntity) voidsetBoundingBoxVisible(boolean showBoundingBox) voidsetIgnoreEntities(boolean ignoreEntities) voidsetIntegrity(float integrity) voidsetMetadata(@NotNull String metadata) voidvoidsetRelativePosition(@NotNull BlockVector vector) voidsetRotation(@NotNull StructureRotation rotation) voidsetSeed(long seed) voidsetShowAir(boolean showAir) voidsetStructureName(@NotNull String name) voidsetStructureSize(@NotNull BlockVector vector) voidsetUsageMode(@NotNull UsageMode mode) Methods inherited from class be.seeseemelk.mockbukkit.block.state.TileStateMock
getPersistentDataContainer, isSnapshotMethods 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, updateMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods 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, updateMethods inherited from interface org.bukkit.metadata.Metadatable
getMetadata, hasMetadata, removeMetadata, setMetadataMethods inherited from interface org.bukkit.block.TileState
getPersistentDataContainer, isSnapshot
-
Constructor Details
-
StructureMock
-
StructureMock
-
StructureMock
-
-
Method Details
-
getSnapshot
Description copied from class:BlockStateMockThis returns a copy of thisBlockStateMock. Inheritents of this class should override this method!- Specified by:
getSnapshotin classTileStateMock- Returns:
- A snapshot of this
BlockStateMock.
-
getStructureName
- Specified by:
getStructureNamein interfaceStructure
-
setStructureName
- Specified by:
setStructureNamein interfaceStructure
-
getAuthor
-
setAuthor
-
setAuthor
-
getRelativePosition
- Specified by:
getRelativePositionin interfaceStructure
-
setRelativePosition
- Specified by:
setRelativePositionin interfaceStructure
-
getStructureSize
- Specified by:
getStructureSizein interfaceStructure
-
setStructureSize
- Specified by:
setStructureSizein interfaceStructure
-
setMirror
-
getMirror
-
setRotation
- Specified by:
setRotationin interfaceStructure
-
getRotation
- Specified by:
getRotationin interfaceStructure
-
setUsageMode
- Specified by:
setUsageModein interfaceStructure
-
getUsageMode
- Specified by:
getUsageModein interfaceStructure
-
setIgnoreEntities
public void setIgnoreEntities(boolean ignoreEntities) - Specified by:
setIgnoreEntitiesin interfaceStructure
-
isIgnoreEntities
public boolean isIgnoreEntities()- Specified by:
isIgnoreEntitiesin interfaceStructure
-
setShowAir
public void setShowAir(boolean showAir) - Specified by:
setShowAirin interfaceStructure
-
isShowAir
public boolean isShowAir() -
setBoundingBoxVisible
public void setBoundingBoxVisible(boolean showBoundingBox) - Specified by:
setBoundingBoxVisiblein interfaceStructure
-
isBoundingBoxVisible
public boolean isBoundingBoxVisible()- Specified by:
isBoundingBoxVisiblein interfaceStructure
-
setIntegrity
public void setIntegrity(float integrity) - Specified by:
setIntegrityin interfaceStructure
-
getIntegrity
public float getIntegrity()- Specified by:
getIntegrityin interfaceStructure
-
setSeed
public void setSeed(long seed) -
getSeed
public long getSeed() -
setMetadata
- Specified by:
setMetadatain interfaceStructure
-
getMetadata
- Specified by:
getMetadatain interfaceStructure
-