public static enum MapBuildingGroup.BuildingFace extends java.lang.Enum<MapBuildingGroup.BuildingFace>
MapBuildingObject instances in this building
group.| Enum Constant and Description |
|---|
LANDMARKS
Only applicable for landmarks.
|
OUTLINE
The seams between each face of the building
|
ROOF
The top of a building
|
WALLBOTTOM
The bottom portion of a building's side walls
|
WALLTOP
The upper portion of a building's side walls
|
| Modifier and Type | Method and Description |
|---|---|
int |
mask()
Retrieve the declared enumeration value
|
static MapBuildingGroup.BuildingFace |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MapBuildingGroup.BuildingFace[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MapBuildingGroup.BuildingFace ROOF
public static final MapBuildingGroup.BuildingFace WALLTOP
public static final MapBuildingGroup.BuildingFace WALLBOTTOM
public static final MapBuildingGroup.BuildingFace OUTLINE
public static final MapBuildingGroup.BuildingFace LANDMARKS
public static MapBuildingGroup.BuildingFace[] values()
for (MapBuildingGroup.BuildingFace c : MapBuildingGroup.BuildingFace.values()) System.out.println(c);
public static MapBuildingGroup.BuildingFace valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic int mask()