RuneHive-Tarnish
Neural OSRS Enhancement Framework
|
Public Member Functions | |
double | getWeight () |
T | get () |
Represents a weighted object.
Definition at line 8 of file WeightedObject.java.
T com.osroyale.util.chance.WeightedObject< T >.get | ( | ) |
Gets the representation of the weighted chance.
Implemented in com.osroyale.util.chance.WeightedChance< T >.
double com.osroyale.util.chance.WeightedObject< T >.getWeight | ( | ) |
Gets the object's weight.
Implemented in com.osroyale.util.chance.WeightedChance< T >.