MCFood
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.
Constructors
No Description Provided
Parameter | Type | Description |
---|---|---|
Parameter healing | Type int | Description No Description Provided |
Parameter saturation | Type float | Description No Description Provided |
Methods
Return Type: MCFood
Parameter | Type | Description |
---|---|---|
Parameter effect | Type MCPotionEffectInstance | Description No Description Provided |
Parameter probability | Type float | Description No Description Provided |
Return Type: void
Return Type: MCFood
Parameter | Type | Description |
---|---|---|
Parameter effect | Type MCPotionEffectInstance | Description No Description Provided |
Return Type: MCFood
Parameter | Type | Description |
---|---|---|
Parameter canEatWhenFull | Type boolean | Description No Description Provided |
Return Type: MCFood
Parameter | Type | Description |
---|---|---|
Parameter fastEating | Type boolean | Description No Description Provided |
Return Type: MCFood
Parameter | Type | Description |
---|---|---|
Parameter healing | Type int | Description No Description Provided |
Return Type: MCFood
Parameter | Type | Description |
---|---|---|
Parameter meat | Type boolean | Description No Description Provided |
Return Type: MCFood
Parameter | Type | Description |
---|---|---|
Parameter saturation | Type float | Description No Description Provided |
Properties
Name | Type | Has Getter | Has Setter | Description |
---|---|---|---|---|
Name canEatWhenFull | Type boolean | Has Getter true | Has Setter false | Description No Description Provided |
Name healing | Type int | Has Getter true | Has Setter false | Description No Description Provided |
Name isFastEating | Type boolean | Has Getter true | Has Setter false | Description No Description Provided |
Name meat | Type boolean | Has Getter true | Has Setter false | Description No Description Provided |
Name saturation | Type float | Has Getter true | Has Setter false | Description No Description Provided |