Package | Description |
---|---|
com.b3dgs.lionengine |
Main engine core types and utility classes.
|
Modifier and Type | Method and Description |
---|---|
static Architecture |
Architecture.find(String arch)
Find the current architecture.
|
static Architecture |
Architecture.getArchitecture()
Get java current running architecture.
|
static Architecture |
Architecture.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Architecture[] |
Architecture.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2017 Byron 3D Games Studio. All rights reserved.