public class ale extends ale
| Modifier and Type | Field and Description |
|---|---|
static String |
BSPF_PATH_SEPARATOR
This file defines various basic data types and preprocessor variables
that need to be defined for different operating systems.
|
static int |
LAST_ACTION_INDEX
enum Action
|
static int |
LOAD_STATE
enum Action
|
static int |
PADDLE_DEFAULT_VALUE |
static int |
PADDLE_DELTA |
static int |
PADDLE_MAX |
static int |
PADDLE_MIN |
static int |
PLAYER_A_DOWN
enum Action
|
static int |
PLAYER_A_DOWNFIRE
enum Action
|
static int |
PLAYER_A_DOWNLEFT
enum Action
|
static int |
PLAYER_A_DOWNLEFTFIRE
enum Action
|
static int |
PLAYER_A_DOWNRIGHT
enum Action
|
static int |
PLAYER_A_DOWNRIGHTFIRE
enum Action
|
static int |
PLAYER_A_FIRE
enum Action
|
static int |
PLAYER_A_LEFT
enum Action
|
static int |
PLAYER_A_LEFTFIRE
enum Action
|
static int |
PLAYER_A_MAX |
static int |
PLAYER_A_NOOP
enum Action
|
static int |
PLAYER_A_RIGHT
enum Action
|
static int |
PLAYER_A_RIGHTFIRE
enum Action
|
static int |
PLAYER_A_UP
enum Action
|
static int |
PLAYER_A_UPFIRE
enum Action
|
static int |
PLAYER_A_UPLEFT
enum Action
|
static int |
PLAYER_A_UPLEFTFIRE
enum Action
|
static int |
PLAYER_A_UPRIGHT
enum Action
|
static int |
PLAYER_A_UPRIGHTFIRE
enum Action
|
static int |
PLAYER_B_DOWN
enum Action
|
static int |
PLAYER_B_DOWNFIRE
enum Action
|
static int |
PLAYER_B_DOWNLEFT
enum Action
|
static int |
PLAYER_B_DOWNLEFTFIRE
enum Action
|
static int |
PLAYER_B_DOWNRIGHT
enum Action
|
static int |
PLAYER_B_DOWNRIGHTFIRE
enum Action
|
static int |
PLAYER_B_FIRE
enum Action
|
static int |
PLAYER_B_LEFT
enum Action
|
static int |
PLAYER_B_LEFTFIRE
enum Action
|
static int |
PLAYER_B_MAX |
static int |
PLAYER_B_NOOP
enum Action
|
static int |
PLAYER_B_RIGHT
enum Action
|
static int |
PLAYER_B_RIGHTFIRE
enum Action
|
static int |
PLAYER_B_UP
enum Action
|
static int |
PLAYER_B_UPFIRE
enum Action
|
static int |
PLAYER_B_UPLEFT
enum Action
|
static int |
PLAYER_B_UPLEFTFIRE
enum Action
|
static int |
PLAYER_B_UPRIGHT
enum Action
|
static int |
PLAYER_B_UPRIGHTFIRE
enum Action
|
static int |
RAM_LENGTH |
static int |
RAM_SIZE
A dummy class that simply ignores display events.
|
static int |
RANDOM
enum Action
|
static int |
RESET
enum Action
|
static int |
SAVE_STATE
enum Action
|
static int |
SYSTEM_RESET
enum Action
|
static int |
UNDEFINED
enum Action
|
| Constructor and Description |
|---|
ale() |
| Modifier and Type | Method and Description |
|---|---|
static BytePointer |
action_to_string(int a) |
static BytePointer |
Version() |
public static final String BSPF_PATH_SEPARATOR
public static final int PLAYER_A_NOOP
public static final int PLAYER_A_FIRE
public static final int PLAYER_A_UP
public static final int PLAYER_A_RIGHT
public static final int PLAYER_A_LEFT
public static final int PLAYER_A_DOWN
public static final int PLAYER_A_UPRIGHT
public static final int PLAYER_A_UPLEFT
public static final int PLAYER_A_DOWNRIGHT
public static final int PLAYER_A_DOWNLEFT
public static final int PLAYER_A_UPFIRE
public static final int PLAYER_A_RIGHTFIRE
public static final int PLAYER_A_LEFTFIRE
public static final int PLAYER_A_DOWNFIRE
public static final int PLAYER_A_UPRIGHTFIRE
public static final int PLAYER_A_UPLEFTFIRE
public static final int PLAYER_A_DOWNRIGHTFIRE
public static final int PLAYER_A_DOWNLEFTFIRE
public static final int PLAYER_B_NOOP
public static final int PLAYER_B_FIRE
public static final int PLAYER_B_UP
public static final int PLAYER_B_RIGHT
public static final int PLAYER_B_LEFT
public static final int PLAYER_B_DOWN
public static final int PLAYER_B_UPRIGHT
public static final int PLAYER_B_UPLEFT
public static final int PLAYER_B_DOWNRIGHT
public static final int PLAYER_B_DOWNLEFT
public static final int PLAYER_B_UPFIRE
public static final int PLAYER_B_RIGHTFIRE
public static final int PLAYER_B_LEFTFIRE
public static final int PLAYER_B_DOWNFIRE
public static final int PLAYER_B_UPRIGHTFIRE
public static final int PLAYER_B_UPLEFTFIRE
public static final int PLAYER_B_DOWNRIGHTFIRE
public static final int PLAYER_B_DOWNLEFTFIRE
public static final int RESET
public static final int UNDEFINED
public static final int RANDOM
public static final int SAVE_STATE
public static final int LOAD_STATE
public static final int SYSTEM_RESET
public static final int LAST_ACTION_INDEX
public static final int PLAYER_A_MAX
public static final int PLAYER_B_MAX
public static final int RAM_LENGTH
public static final int RAM_SIZE
public static final int PADDLE_DELTA
public static final int PADDLE_MIN
public static final int PADDLE_MAX
public static final int PADDLE_DEFAULT_VALUE
@StdString public static BytePointer action_to_string(@Cast(value="Action") int a)
@MemberGetter @StdString public static BytePointer Version()
Copyright © 2020. All rights reserved.