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
Modifier and TypeFieldDescriptionint
Deprecated.int
Deprecated.int
Deprecated.int
Deprecated.int
Deprecated.int
Deprecated.Fields inherited from class com.sk89q.worldedit.regions.AbstractRegion
world
-
Constructor Summary
ConstructorDescriptionRegionWrapper
(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 TypeMethodDescriptionboolean
contains
(RegionWrapper current) Deprecated.int
distance
(int x, int z) Deprecated.int
distanceX
(int x) Deprecated.int
distanceZ
(int z) Deprecated.static RegionWrapper
GLOBAL()
Deprecated.boolean
intersects
(RegionWrapper other) Deprecated.boolean
isGlobal()
Deprecated.boolean
isIn
(int x, int z) Deprecated.boolean
isIn
(int x, int y, int z) Deprecated.boolean
isInChunk
(int cx, int cz) Deprecated.boolean
isInMCA
(int mcaX, int mcaZ) Deprecated.protected void
Deprecated.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, 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, shift
Methods inherited from class com.sk89q.worldedit.regions.AbstractRegion
equals, getCenter, getHeight, getLength, getVolume, getWidth, getWorld, getWorldMaxY, getWorldMinY, hashCode, polygonize, setWorld, size
Methods inherited from class java.util.AbstractSet
removeAll
Methods inherited from class java.util.AbstractCollection
add, addAll, clear, contains, containsAll, isEmpty, remove, retainAll, toArray
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
Methods inherited from interface com.fastasyncworldedit.core.queue.IBatchProcessor
flush, join, joinPost, postProcess, postProcessSet, processGet, remove, trimNBT, trimNBT, trimY
Methods 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:CuboidRegion
Sets the cached min and max x/y/z and clamps Y to world y min/max- Overrides:
recalculate
in classCuboidRegion
-
toArray
Deprecated.- Specified by:
toArray
in interfaceCollection<BlockVector3>
- Specified by:
toArray
in interfaceSet<BlockVector3>
- Overrides:
toArray
in 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:
toString
in classCuboidRegion
-
isGlobal
public boolean isGlobal()Deprecated. -
contains
Deprecated.
-
RegionWrapper(int, int, int, int, int, int)