Class RegionWrapper
java.lang.Object
java.util.AbstractCollection<BlockVector3>
java.util.AbstractSet<BlockVector3>
com.sk89q.worldedit.regions.AbstractRegion
com.sk89q.worldedit.regions.CuboidRegion
com.fastasyncworldedit.core.regions.RegionWrapper
- All Implemented Interfaces:
- IBatchProcessor,- FlatRegion,- Region,- Cloneable,- Iterable<BlockVector3>,- Collection<BlockVector3>,- Set<BlockVector3>
Deprecated.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionintDeprecated.intDeprecated.intDeprecated.intDeprecated.intDeprecated.intDeprecated.Fields inherited from class com.sk89q.worldedit.regions.AbstractRegionworld
- 
Constructor SummaryConstructorsConstructorDescriptionRegionWrapper(int minX, int maxX, int minZ, int maxZ) Deprecated.RegionWrapper(int minX, int maxX, int minY, int maxY, int minZ, int maxZ) Deprecated.RegionWrapper(BlockVector3 pos1, BlockVector3 pos2) Deprecated.
- 
Method SummaryModifier and TypeMethodDescriptionbooleancontains(RegionWrapper current) Deprecated.intdistance(int x, int z) Deprecated.intdistanceX(int x) Deprecated.intdistanceZ(int z) Deprecated.static RegionWrapperGLOBAL()Deprecated.booleanintersects(RegionWrapper other) Deprecated.booleanisGlobal()Deprecated.booleanisIn(int x, int z) Deprecated.booleanisIn(int x, int y, int z) Deprecated.booleanisInChunk(int cx, int cz) Deprecated.booleanisInMCA(int mcaX, int mcaZ) Deprecated.protected voidDeprecated.Sets the cached min and max x/y/z and clamps Y to world y min/maxtoArray()Deprecated.toString()Deprecated.Methods inherited from class com.sk89q.worldedit.regions.CuboidRegionasFlatRegion, chunkContainedBy, clone, contains, contains, contains, contains, contract, expand, filter, fromCenter, getBoundingBox, getChunkCubes, getChunks, getFaces, getMaximumPoint, getMaximumX, getMaximumY, getMaximumZ, getMinimumPoint, getMinimumX, getMinimumY, getMinimumZ, getPos1, getPos2, getWalls, iterator, iterator_old, makeCuboid, processSet, processSet, recalculateNoClamp, setPos1, setPos2, shiftMethods inherited from class com.sk89q.worldedit.regions.AbstractRegionequals, getCenter, getHeight, getLength, getVolume, getWidth, getWorld, getWorldMaxY, getWorldMinY, hashCode, polygonize, setWorld, sizeMethods inherited from class java.util.AbstractSetremoveAllMethods inherited from class java.util.AbstractCollectionadd, addAll, clear, contains, containsAll, isEmpty, remove, retainAll, toArrayMethods inherited from class java.lang.Objectfinalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.CollectionparallelStream, removeIf, stream, toArrayMethods inherited from interface com.fastasyncworldedit.core.queue.IBatchProcessorflush, join, joinPost, postProcess, postProcessSet, processGet, processGet, remove, trimNBT, trimNBT, trimYMethods inherited from interface com.sk89q.worldedit.regions.Regionconstruct, containsChunk, containsEntireCuboid, filter, filter, filter, filter, getArea, getCenter, getDimensions, getHeight, getLength, getScope, getVolume, getWidth, getWorld, polygonize, setWorld
- 
Field Details- 
minXpublic int minXDeprecated.
- 
maxXpublic int maxXDeprecated.
- 
minYpublic int minYDeprecated.
- 
maxYpublic int maxYDeprecated.
- 
minZpublic int minZDeprecated.
- 
maxZpublic int maxZDeprecated.
 
- 
- 
Constructor Details- 
RegionWrapperDeprecated.
- 
RegionWrapperpublic RegionWrapper(int minX, int maxX, int minY, int maxY, int minZ, int maxZ) Deprecated.
- 
RegionWrapperDeprecated.
 
- 
- 
Method Details- 
GLOBALDeprecated.
- 
recalculateprotected void recalculate()Deprecated.Description copied from class:CuboidRegionSets the cached min and max x/y/z and clamps Y to world y min/max- Overrides:
- recalculatein class- CuboidRegion
 
- 
toArrayDeprecated.- Specified by:
- toArrayin interface- Collection<BlockVector3>
- Specified by:
- toArrayin interface- Set<BlockVector3>
- Overrides:
- toArrayin class- AbstractCollection<BlockVector3>
 
- 
isInpublic boolean isIn(int x, int y, int z) Deprecated.
- 
isInChunkpublic boolean isInChunk(int cx, int cz) Deprecated.
- 
isInMCApublic boolean isInMCA(int mcaX, int mcaZ) Deprecated.
- 
isInpublic boolean isIn(int x, int z) Deprecated.
- 
distanceXpublic int distanceX(int x) Deprecated.
- 
distanceZpublic int distanceZ(int z) Deprecated.
- 
intersectsDeprecated.
- 
distancepublic int distance(int x, int z) Deprecated.
- 
toStringDeprecated.- Overrides:
- toStringin class- CuboidRegion
 
- 
isGlobalpublic boolean isGlobal()Deprecated.
- 
containsDeprecated.
 
- 
RegionWrapper(int, int, int, int, int, int)