Package appeng.api.orientation
Class OrientationStrategies
java.lang.Object
appeng.api.orientation.OrientationStrategies
Default implementations for
IOrientationStrategy.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IOrientationStrategyfacing()Block can be oriented in 6 directions, but not swivel around that axis.static IOrientationStrategyBlock can be oriented in 6 directions, but not swivel around that axis.static IOrientationStrategyfull()Block can be oriented in 6 directions and then can also be swiveled around that axis in 90° increments.static IOrientationStrategystatic IOrientationStrategynone()The blocks orientation cannot be changed.
-
Constructor Details
-
OrientationStrategies
public OrientationStrategies()
-
-
Method Details
-
none
The blocks orientation cannot be changed. -
horizontalFacing
-
facing
Block can be oriented in 6 directions, but not swivel around that axis. -
facingNoPlayerRotation
Block can be oriented in 6 directions, but not swivel around that axis. -
full
Block can be oriented in 6 directions and then can also be swiveled around that axis in 90° increments.
-