MirrorAxis
Defines how a recipe should be mirrored.
Importing the class
It might be required for you to import the package if you encounter any issues (like casting an Array), so better be safe than sorry and add the import at the very top of the file.
Enum Constants
MirrorAxis is an enum. It has 5 enum constants. They are accessible using the code below.
Static Properties
Name | Type | Has Getter | Has Setter | Description |
---|---|---|---|---|
Name ALL | Type MirrorAxis | Has Getter true | Has Setter false | Description Mirror the recipe on all axes. |
Name DIAGONAL | Type MirrorAxis | Has Getter true | Has Setter false | Description Mirror the recipe diagonally. |
Name HORIZONTAL | Type MirrorAxis | Has Getter true | Has Setter false | Description Mirror the recipe horizontally. |
Name NONE | Type MirrorAxis | Has Getter true | Has Setter false | Description Do not mirror the recipe. |
Name VERTICAL | Type MirrorAxis | Has Getter true | Has Setter false | Description Mirror the recipe vertically. |