public interface ICallEdge<BlockStateType extends IBlockState<?,?,?>>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ICallEdge.Visitor<CallEdgeType extends ICallEdge<?>>
Visitor for call edges.
|
| Modifier and Type | Method and Description |
|---|---|
BlockStateType |
getState()
Returns the state at this edge.
|
void |
setState(BlockStateType s)
Sets the state at this edge.
|
BlockStateType getState()
void setState(BlockStateType s)
Copyright © 2012 Aarhus University