public class Wall
extends java.lang.Object
Constructor and Description |
---|
Wall() |
Modifier and Type | Method and Description |
---|---|
void |
addWallSection(WallSection wallSection) |
void |
clear() |
int |
getBlockType() |
int |
getHeight() |
int |
getWalkwayHeight() |
WallSection |
getWallSection(org.bukkit.Location point) |
java.util.List<WallSection> |
getWallSections() |
boolean |
hasWallSection(WallSection wallSection) |
void |
removeWallSection(WallSection wallSection) |
void |
setBlockType(int blockType) |
void |
setHeight(int height) |
void |
setWalkwayHeight(int walkwayHeight) |
void |
setWallSections(java.util.List<WallSection> wallSections) |
public void clear()
public int getBlockType()
public void setBlockType(int blockType)
public int getHeight()
public void setHeight(int height)
public int getWalkwayHeight()
public void setWalkwayHeight(int walkwayHeight)
public java.util.List<WallSection> getWallSections()
public WallSection getWallSection(org.bukkit.Location point)
public void setWallSections(java.util.List<WallSection> wallSections)
public boolean hasWallSection(WallSection wallSection)
public void addWallSection(WallSection wallSection)
public void removeWallSection(WallSection wallSection)