public abstract class Actor extends java.lang.Object implements Bundlable
Modifier and Type | Field and Description |
---|---|
static float |
TICK |
Constructor and Description |
---|
Actor() |
Modifier and Type | Method and Description |
---|---|
static void |
add(Actor actor) |
static void |
addDelayed(Actor actor,
float delay) |
static java.util.HashSet<Actor> |
all() |
static void |
clear() |
boolean |
dontPack() |
static Char |
findChar(int pos) |
static void |
fixTime() |
static void |
freeCell(int pos) |
static void |
init(Level level) |
void |
next() |
static void |
occupyCell(Char ch) |
static void |
process(float elapsed) |
static void |
processReaTime(float elapsed) |
static void |
remove(Actor actor) |
void |
restoreFromBundle(Bundle bundle) |
void |
storeInBundle(Bundle bundle) |
public static final float TICK
public void storeInBundle(Bundle bundle)
storeInBundle
in interface Bundlable
public void restoreFromBundle(Bundle bundle)
restoreFromBundle
in interface Bundlable
public static void clear()
public static void fixTime()
public static void init(Level level)
public static void occupyCell(Char ch)
public static void freeCell(int pos)
public void next()
public static void processReaTime(float elapsed)
public static void process(float elapsed)
public static void add(Actor actor)
public static void addDelayed(Actor actor, float delay)
public static void remove(Actor actor)
public static Char findChar(int pos)
public static java.util.HashSet<Actor> all()