Package me.sciguymjm.uberenchant.api.utils.random
package me.sciguymjm.uberenchant.api.utils.random
-
ClassDescriptionWeighted<E>An interface for use in the
WeightedChance
class
Used for custom classes that require a weighted chance for random selectionSimple utility class for weighted chances
Example Usage:A basic class implementing theWeighted
interface for ease of use.