public interface StateAware
RackMountable
s
to indicate a working state, which is used when checking for redstone cards
in them, for example (only active mountables will be used).Modifier and Type | Interface and Description |
---|---|
static class |
StateAware.State
Possible work states.
|
Modifier and Type | Method and Description |
---|---|
java.util.EnumSet<StateAware.State> |
getCurrentState()
Get the current work state (usually a TileEntity.
|
java.util.EnumSet<StateAware.State> getCurrentState()