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 Summary
FieldsModifier and TypeFieldDescriptionintDeprecated.intDeprecated.intDeprecated.intDeprecated.intDeprecated.intDeprecated.Fields inherited from class com.sk89q.worldedit.regions.AbstractRegion
world -
Constructor Summary
ConstructorsConstructorDescriptionRegionWrapper(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 Summary
Modifier 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.CuboidRegion
asFlatRegion, 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.AbstractRegion
equals, getCenter, getHeight, getLength, getVolume, getWidth, getWorld, getWorldMaxY, getWorldMinY, hashCode, polygonize, setWorld, sizeMethods inherited from class java.util.AbstractSet
removeAllMethods inherited from class java.util.AbstractCollection
add, addAll, clear, contains, containsAll, isEmpty, remove, retainAll, toArrayMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface com.fastasyncworldedit.core.queue.IBatchProcessor
flush, join, joinPost, postProcess, postProcessSet, processGet, processGet, remove, trimNBT, trimNBT, trimYMethods inherited from interface com.sk89q.worldedit.regions.Region
construct, containsChunk, containsEntireCuboid, filter, filter, filter, filter, getArea, getCenter, getDimensions, getHeight, getLength, getScope, getVolume, getWidth, getWorld, polygonize, setWorld
-
Field Details
-
minX
public int minXDeprecated. -
maxX
public int maxXDeprecated. -
minY
public int minYDeprecated. -
maxY
public int maxYDeprecated. -
minZ
public int minZDeprecated. -
maxZ
public int maxZDeprecated.
-
-
Constructor Details
-
RegionWrapper
Deprecated. -
RegionWrapper
public RegionWrapper(int minX, int maxX, int minY, int maxY, int minZ, int maxZ) Deprecated. -
RegionWrapper
Deprecated.
-
-
Method Details
-
GLOBAL
Deprecated. -
recalculate
protected 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 classCuboidRegion
-
toArray
Deprecated.- Specified by:
toArrayin interfaceCollection<BlockVector3>- Specified by:
toArrayin interfaceSet<BlockVector3>- Overrides:
toArrayin classAbstractCollection<BlockVector3>
-
isIn
public boolean isIn(int x, int y, int z) Deprecated. -
isInChunk
public boolean isInChunk(int cx, int cz) Deprecated. -
isInMCA
public boolean isInMCA(int mcaX, int mcaZ) Deprecated. -
isIn
public boolean isIn(int x, int z) Deprecated. -
distanceX
public int distanceX(int x) Deprecated. -
distanceZ
public int distanceZ(int z) Deprecated. -
intersects
Deprecated. -
distance
public int distance(int x, int z) Deprecated. -
toString
Deprecated.- Overrides:
toStringin classCuboidRegion
-
isGlobal
public boolean isGlobal()Deprecated. -
contains
Deprecated.
-
RegionWrapper(int, int, int, int, int, int)