public class InventoryState
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
AUTO_EXTRACT |
static int |
AUTO_INSERT |
static int |
FROZEN |
static int |
PLAYER_EXTRACT |
static int |
PLAYER_INSERT |
Constructor and Description |
---|
InventoryState() |
Modifier and Type | Method and Description |
---|---|
void |
allowAutomation() |
void |
allowPlayer() |
void |
denyAutomation() |
void |
denyPlayer() |
void |
freeze() |
int |
get() |
boolean |
is(int state) |
void |
set(int state) |
void |
unfreeze() |
void |
unset(int state) |
public static int PLAYER_INSERT
public static int PLAYER_EXTRACT
public static int AUTO_INSERT
public static int AUTO_EXTRACT
public static int FROZEN
public int get()
public void set(int state)
public void unset(int state)
public boolean is(int state)
public void allowPlayer()
public void denyPlayer()
public void allowAutomation()
public void denyAutomation()
public void freeze()
public void unfreeze()