Class Percentaged<T>
java.lang.Object
com.blamejared.crafttweaker.api.util.random.Percentaged<T>
- All Implemented Interfaces:
CommandStringDisplayable
Used to represent data with an attached percentage (think an ItemStack with a 50% chance of being outputted).
-
Constructor Details
-
Percentaged
-
-
Method Details
-
getData
-
getPercentage
public double getPercentage() -
getCommandString
Description copied from interface:CommandStringDisplayableReturns the BEP to get this thingy- Specified by:
getCommandStringin interfaceCommandStringDisplayable
-