public class LSetCube
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
protected class |
LSetCube.LCycler
|
Constructor and Description |
---|
LSetCube(org.bukkit.Location l1,
int size)
Secondary constructor
|
LSetCube(org.bukkit.Location l1,
org.bukkit.Location l2)
Constructor
|
Modifier and Type | Method and Description |
---|---|
LSetCube.LCycler
|
getCycler()
Creates a LCycler for the cube.
|
org.bukkit.Location |
maxLoc()
Returns the absolute max. of the cube
|
org.bukkit.Location |
minLoc()
Returns the absolute min. of the cube
|
public LSetCube(org.bukkit.Location l1, org.bukkit.Location l2)
l1
-l2
-public LSetCube(org.bukkit.Location l1, int size)
l1
-size
-public org.bukkit.Location minLoc()
public org.bukkit.Location maxLoc()
public LSetCube.LCycler getCycler()