Class Rotations
- java.lang.Object
-
- org.spongepowered.api.util.rotation.Rotations
-
public final class Rotations extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static DefaultedRegistryReference<Rotation>
CLOCKWISE_180
static DefaultedRegistryReference<Rotation>
CLOCKWISE_90
static DefaultedRegistryReference<Rotation>
COUNTERCLOCKWISE_90
static DefaultedRegistryReference<Rotation>
NONE
-
-
-
Field Detail
-
NONE
public static final DefaultedRegistryReference<Rotation> NONE
-
CLOCKWISE_90
public static final DefaultedRegistryReference<Rotation> CLOCKWISE_90
-
CLOCKWISE_180
public static final DefaultedRegistryReference<Rotation> CLOCKWISE_180
-
COUNTERCLOCKWISE_90
public static final DefaultedRegistryReference<Rotation> COUNTERCLOCKWISE_90
-
-