Package | Description |
---|---|
com.tameif.tame.element |
Contains the element types.
|
com.tameif.tame.lang |
Contains linguistic abstraction classes.
|
Modifier and Type | Method and Description |
---|---|
boolean |
TContainer.isValidEntryType(BlockEntryType type) |
abstract boolean |
TElement.isValidEntryType(BlockEntryType type)
Checks if this element handles a particular entry type.
|
boolean |
TObject.isValidEntryType(BlockEntryType type) |
boolean |
TPlayer.isValidEntryType(BlockEntryType type) |
boolean |
TRoom.isValidEntryType(BlockEntryType type) |
boolean |
TWorld.isValidEntryType(BlockEntryType type) |
Modifier and Type | Field and Description |
---|---|
static BlockEntryType[] |
BlockEntryType.VALUES
Array to get around multiple allocations.
|
Modifier and Type | Method and Description |
---|---|
BlockEntryType |
BlockEntry.getEntryType()
Gets the entry type.
|
static BlockEntryType |
BlockEntryType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BlockEntryType[] |
BlockEntryType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static BlockEntry |
BlockEntry.create(BlockEntryType entryType,
Value... values)
Creates a new BlockEntry.
|