Package org.spongepowered.api.data.type
Interface JigsawBlockOrientation
- All Superinterfaces:
Comparable<JigsawBlockOrientation>,DefaultedRegistryValue<JigsawBlockOrientation>,StringRepresentable
@CatalogedBy(JigsawBlockOrientations.class)
public interface JigsawBlockOrientation
extends DefaultedRegistryValue<JigsawBlockOrientation>, Comparable<JigsawBlockOrientation>, StringRepresentable
Represents the front and top orientation of
BlockTypes.JIGSAW blocks.-
Method Summary
Modifier and TypeMethodDescriptionThe front facing direction of a jigsaw block.The top facing direction of a jigsaw block.Methods inherited from interface java.lang.Comparable
compareToMethods inherited from interface org.spongepowered.api.registry.DefaultedRegistryValue
asDefaultedReference, findKey, keyMethods inherited from interface org.spongepowered.api.data.type.StringRepresentable
serializationString