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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateEntity
(Location location, BaseEntity entity) getBlock
(BlockVector3 location) getFullBlock
(BlockVector3 location) boolean
setBiome
(BlockVector2 position, BiomeType biome) boolean
setBlock
(BlockVector3 location, BlockStateHolder block) Methods inherited from class com.sk89q.worldedit.extent.AbstractDelegateExtent
commit, commitBefore, fullySupports3DBiomes, getBiome, getEntities, getEntities, getExtent, getMaximumPoint, getMinimumPoint, setBiome
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.sk89q.worldedit.extent.InputExtent
getBiome
-
Field Details
-
AIRSTATE
-
AIRBASE
-
-
Constructor Details
-
WEExtent
-
-
Method Details
-
setBlock
- Specified by:
setBlock
in interfaceOutputExtent
- Overrides:
setBlock
in classAbstractDelegateExtent
- Throws:
WorldEditException
-
createEntity
- Specified by:
createEntity
in interfaceExtent
- Overrides:
createEntity
in classAbstractDelegateExtent
-
setBiome
-
getBlock
- Specified by:
getBlock
in interfaceInputExtent
- Overrides:
getBlock
in classAbstractDelegateExtent
-
getFullBlock
- Specified by:
getFullBlock
in interfaceInputExtent
- Overrides:
getFullBlock
in classAbstractDelegateExtent
-