Package | Description |
---|---|
com.b3dgs.lionengine.game.feature.tile.map.transition.circuit |
Dedicated package to handle map tile circuit.
|
Modifier and Type | Method and Description |
---|---|
static CircuitType |
CircuitType.from(boolean[] binary)
Get the circuit part from its bits sequence.
|
static CircuitType |
CircuitType.from(boolean top,
boolean left,
boolean bottom,
boolean right)
Get the circuit part from its bits sequence.
|
static CircuitType |
CircuitType.from(String name)
Convert circuit part name to its enum value.
|
CircuitType |
CircuitType.getSymetric()
Get the symmetric circuit.
|
CircuitType |
Circuit.getType()
Get the circuit type.
|
static CircuitType |
CircuitType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CircuitType[] |
CircuitType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Circuit(CircuitType type,
String groupIn,
String groupOut)
Create the circuit.
|
Copyright © 2017 Byron 3D Games Studio. All rights reserved.