Package com.plotsquared.core.listener
Class WEExtent
java.lang.Object
com.sk89q.worldedit.extent.AbstractDelegateExtent
com.plotsquared.core.listener.WEExtent
- All Implemented Interfaces:
Extent,InputExtent,OutputExtent
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateEntity(Location location, BaseEntity entity) getBlock(BlockVector3 location) getFullBlock(BlockVector3 location) booleansetBiome(BlockVector2 position, BiomeType biome) booleansetBlock(BlockVector3 location, BlockStateHolder block) Methods inherited from class com.sk89q.worldedit.extent.AbstractDelegateExtent
commit, commitBefore, fullySupports3DBiomes, getBiome, getEntities, getEntities, getExtent, getMaximumPoint, getMinimumPoint, setBiomeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.sk89q.worldedit.extent.InputExtent
getBiome
-
Field Details
-
AIRSTATE
-
AIRBASE
-
-
Constructor Details
-
WEExtent
-
-
Method Details
-
setBlock
- Specified by:
setBlockin interfaceOutputExtent- Overrides:
setBlockin classAbstractDelegateExtent- Throws:
WorldEditException
-
createEntity
- Specified by:
createEntityin interfaceExtent- Overrides:
createEntityin classAbstractDelegateExtent
-
setBiome
-
getBlock
- Specified by:
getBlockin interfaceInputExtent- Overrides:
getBlockin classAbstractDelegateExtent
-
getFullBlock
- Specified by:
getFullBlockin interfaceInputExtent- Overrides:
getFullBlockin classAbstractDelegateExtent
-