public interface Selection
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(org.bukkit.Location pt)
Returns true based on whether the region contains the point,
|
int |
getArea()
Get the number of blocks in the region.
|
int |
getHeight()
Get Y-size.
|
int |
getLength()
Get Z-size.
|
org.bukkit.Location |
getMaximumPoint()
Get the upper point of a region.
|
org.bukkit.Location |
getMinimumPoint()
Get the lower point of a region.
|
Vector |
getNativeMaximumPoint()
Get the upper point of a region.
|
Vector |
getNativeMinimumPoint()
Get the lower point of a region.
|
RegionSelector |
getRegionSelector()
Get the region selector.
|
int |
getWidth()
Get X-size.
|
org.bukkit.World |
getWorld()
Get the world.
|
org.bukkit.Location getMinimumPoint()
Vector getNativeMinimumPoint()
org.bukkit.Location getMaximumPoint()
Vector getNativeMaximumPoint()
RegionSelector getRegionSelector()
org.bukkit.World getWorld()
int getArea()
int getWidth()
int getHeight()
int getLength()
boolean contains(org.bukkit.Location pt)
pt - Copyright © 2010-2014. All Rights Reserved.