Percentaged
Importing the class
If you need to reference this type directly, like when casting an Array, or as a parameter, you will need to import it. Simply add the import at the top of the file.
Description
Used to represent data with an attached percentage (think an ItemStack with a 50% chance of being outputted).Implements
Percentaged<T>
implements the following interfaces:
Members
Getter
Return Type:
T
data() as T
Return Type:
T
Getter
Return Type:
double
percentage() as double
Return Type:
double