public final class StaticTileProps
extends java.lang.Object
TileProp objects that are used for certain tiles
from the game. Use these to interact with vanilla tiles from GameContent to see their values. Every prop in here has a list of tiles that
it applies to.| Modifier and Type | Class and Description |
|---|---|
static class |
StaticTileProps.LogType |
| Modifier and Type | Field and Description |
|---|---|
static EnumProp<StaticTileProps.LogType> |
LOG_VARIANT
Determines which type of variation a log tile is.
|
static BoolProp |
NATURAL
Determines if a tile is naturally generated or placed manually.
|
static IntProp |
TORCH_FACING
Determines which direction a torch is facing.
|
| Constructor and Description |
|---|
StaticTileProps() |
public static final BoolProp NATURAL
GameContent.TILE_LEAVESpublic static final IntProp TORCH_FACING
GameContent.TILE_TORCHpublic static final EnumProp<StaticTileProps.LogType> LOG_VARIANT
GameContent.TILE_LOG