public abstract class Area
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
world
The world of this Area, might be null, if it's not defined
|
| Constructor and Description |
|---|
Area()
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<org.bukkit.block.Block> |
getBlocks()
|
abstract java.util.List<org.bukkit.block.Block>
|
getBlocks(org.bukkit.World w)
|
java.util.List<org.bukkit.block.Block> |
getOutlineBlocks()
|
abstract java.util.List<org.bukkit.block.Block>
|
getOutlineBlocks(org.bukkit.World w)
|
void |
resetOutlineWithBlock(org.bukkit.entity.Player plr)
|
void |
showOutlineWithBlock(org.bukkit.entity.Player plr,
BlockData bd)
|
public java.lang.String world
public java.util.List<org.bukkit.block.Block> getBlocks()
public abstract java.util.List<org.bukkit.block.Block> getBlocks(org.bukkit.World w)
public java.util.List<org.bukkit.block.Block> getOutlineBlocks()
public abstract java.util.List<org.bukkit.block.Block> getOutlineBlocks(org.bukkit.World w)
public void resetOutlineWithBlock(org.bukkit.entity.Player plr)
public void showOutlineWithBlock(org.bukkit.entity.Player plr,
BlockData bd)