Class WeightedEntry<E>
java.lang.Object
me.sciguymjm.uberenchant.api.utils.random.WeightedEntry<E>
- Type Parameters:
E
- The type of entry
- All Implemented Interfaces:
Weighted<E>
A basic class implementing the
Weighted
interface for ease of use.-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
weight
protected double weight -
value
-
-
Constructor Details
-
WeightedEntry
Constructor for a WeightedEntry- Parameters:
value
- The value for when selectedweight
- The Weight the result has
-
-
Method Details