Package | Description |
---|---|
com.palmergames.bukkit.towny.object | |
com.palmergames.bukkit.wallgen |
Modifier and Type | Method and Description |
---|---|
java.util.List<WallSection> |
Town.getWallSections() |
Modifier and Type | Method and Description |
---|---|
void |
Town.addWallSection(WallSection wallSection) |
boolean |
Town.hasWallSection(WallSection wallSection) |
void |
Town.removeWallSection(WallSection wallSection) |
Modifier and Type | Method and Description |
---|---|
void |
Town.setWallSections(java.util.List<WallSection> wallSections) |
Modifier and Type | Method and Description |
---|---|
WallSection |
Wall.getWallSection(org.bukkit.Location point) |
Modifier and Type | Method and Description |
---|---|
java.util.List<WallSection> |
Walled.getWallSections() |
java.util.List<WallSection> |
Wall.getWallSections() |
Modifier and Type | Method and Description |
---|---|
void |
Walled.addWallSection(WallSection wallSection) |
void |
Wall.addWallSection(WallSection wallSection) |
boolean |
Walled.hasWallSection(WallSection wallSection) |
boolean |
Wall.hasWallSection(WallSection wallSection) |
void |
Walled.removeWallSection(WallSection wallSection) |
void |
Wall.removeWallSection(WallSection wallSection) |
Modifier and Type | Method and Description |
---|---|
void |
Walled.setWallSections(java.util.List<WallSection> wallSections) |
void |
Wall.setWallSections(java.util.List<WallSection> wallSections) |