Recipe
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.
Methods
Return Type: boolean
Parameter | Type |
---|---|
Parameter var1 | Type int |
Parameter var2 | Type int |
Return Type: string
Return Type: ResourceLocation
Return Type: stdlib.List<IIngredient>
Return Type: IItemStack
Return Type: ItemStack
Return Type: boolean
Return Type: boolean
Properties
Name | Type | Has Getter | Has Setter |
---|---|---|---|
Name group | Type string | Has Getter true | Has Setter false |
Name id | Type ResourceLocation | Has Getter true | Has Setter false |
Name ingredients | Type stdlib.List<IIngredient> | Has Getter true | Has Setter false |
Name isIncomplete | Type boolean | Has Getter true | Has Setter false |
Name isSpecial | Type boolean | Has Getter true | Has Setter false |
Name resultItem | Type IItemStack | Has Getter true | Has Setter false |
Name toastSymbol | Type ItemStack | Has Getter true | Has Setter false |