public class TransitiveGroup extends Object
Constructor and Description |
---|
TransitiveGroup(MapTile map)
Create the transitive group handler.
|
Modifier and Type | Method and Description |
---|---|
void |
checkTransitives(Tile tile)
Check transitive tiles.
|
Collection<TileRef> |
getDirectTransitiveTiles(Transition transition)
Get the associated tiles with the direct transitive transition.
|
Collection<GroupTransition> |
getTransitives(String groupIn,
String groupOut)
Get the transitive groups list to reach a group from another.
|
void |
load()
Load transitive data.
|
public void load()
public void checkTransitives(Tile tile)
tile
- The tile reference.public Collection<GroupTransition> getTransitives(String groupIn, String groupOut)
groupIn
- The first group.groupOut
- The last group.public Collection<TileRef> getDirectTransitiveTiles(Transition transition)
transition
- The transition reference.Copyright © 2016 Byron 3D Games Studio. All rights reserved.