public abstract class Entity
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
BLOCK_ENTITY |
static int |
LINK_ENTITY |
static int |
LOOP_ENTITY |
Constructor and Description |
---|
Entity() |
Modifier and Type | Method and Description |
---|---|
int |
getEntityType() |
abstract boolean |
hasError() |
boolean |
isBlock() |
boolean |
isLink() |
boolean |
isLoop() |
void |
setEntityType(int entityType) |
public static final int BLOCK_ENTITY
public static final int LOOP_ENTITY
public static final int LINK_ENTITY