Package com.plotsquared.core.listener
Class ProcessedWEExtent
java.lang.Object
com.sk89q.worldedit.extent.AbstractDelegateExtent
com.plotsquared.core.listener.ProcessedWEExtent
- All Implemented Interfaces:
Extent,InputExtent,OutputExtent
-
Constructor Summary
ConstructorsConstructorDescriptionProcessedWEExtent(String world, Set<CuboidRegion> mask, int max, Extent child, Extent parent, @NonNull WorldUtil worldUtil) -
Method Summary
Modifier and TypeMethodDescriptioncreateEntity(Location location, BaseEntity entity) getBlock(BlockVector3 position) getFullBlock(BlockVector3 position) booleansetBiome(BlockVector2 position, BiomeType biome) <T extends BlockStateHolder<T>>
booleansetBlock(BlockVector3 location, T 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
-
Constructor Details
-
ProcessedWEExtent
-
-
Method Details
-
getBlock
- Specified by:
getBlockin interfaceInputExtent- Overrides:
getBlockin classAbstractDelegateExtent
-
getFullBlock
- Specified by:
getFullBlockin interfaceInputExtent- Overrides:
getFullBlockin classAbstractDelegateExtent
-
setBlock
public <T extends BlockStateHolder<T>> boolean setBlock(BlockVector3 location, T block) throws WorldEditException - Specified by:
setBlockin interfaceOutputExtent- Overrides:
setBlockin classAbstractDelegateExtent- Throws:
WorldEditException
-
createEntity
- Specified by:
createEntityin interfaceExtent- Overrides:
createEntityin classAbstractDelegateExtent
-
setBiome
-