Package | Description |
---|---|
com.b3dgs.lionengine.game.map |
Tile based map handling with
Features layer that will allow to customize the
services provided by the map dynamically. |
com.b3dgs.lionengine.game.tile |
Tile based handling with
TileFeature layer that will allow to customize the
services provided by the tile dynamically. |
Modifier and Type | Method and Description |
---|---|
TileGroupType |
MapTileGroupModel.getType(String name) |
TileGroupType |
MapTileGroup.getType(String name)
Get the group type from its name.
|
TileGroupType |
MapTileGroupModel.getType(Tile tile) |
TileGroupType |
MapTileGroup.getType(Tile tile)
Get the group type from a tile.
|
Modifier and Type | Method and Description |
---|---|
static TileGroupType |
TileGroupType.from(String name)
Convert circuit part name to its enum value.
|
TileGroupType |
TileGroup.getType()
Get the group type.
|
static TileGroupType |
TileGroupType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TileGroupType[] |
TileGroupType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
TileGroup(String name,
TileGroupType type,
Collection<TileRef> tiles)
Create a tile group.
|
Copyright © 2016 Byron 3D Games Studio. All rights reserved.