Class | Description |
---|---|
WeightedCollection<T extends WeightedObject<?>> |
Represents a mutable collection of weighted objects.
|
WeightedEntity |
Represents an entity type with a numerical weight used for random selection
from a collection of weighted types.
|
WeightedItem |
Represents an item stack with a range of possible quantities and a numerical
weight used for random selection from a collection of weighted types.
|
WeightedObject<T> |
Represents an object with a numerical weight used for random selection from a
collection of weighted types.
|