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 IOrientationStrategy
facing()
Block can be oriented in 6 directions, but not swivel around that axis.static IOrientationStrategy
Block can be oriented in 6 directions, but not swivel around that axis.static IOrientationStrategy
full()
Block can be oriented in 6 directions and then can also be swiveled around that axis in 90° increments.static IOrientationStrategy
static IOrientationStrategy
none()
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.
-