public interface ICrankable
| Modifier and Type | Method and Description |
|---|---|
void |
applyTurn()
The crank has completed one turn.
|
boolean |
canCrankAttach(net.minecraft.util.EnumFacing directionToCrank) |
boolean |
canTurn()
Test if the crank can turn, return false if there is no work to be done.
|
boolean canTurn()
void applyTurn()
boolean canCrankAttach(net.minecraft.util.EnumFacing directionToCrank)