Class NestedTableEntry<T>
java.lang.Object
org.spongepowered.api.util.weighted.TableEntry<T>
org.spongepowered.api.util.weighted.NestedTableEntry<T>
- Type Parameters:
T
- The entry type
Represents a
RandomObjectTable
which is nested inside the entry of
another table.-
Constructor Summary
-
Method Summary
Methods inherited from class org.spongepowered.api.util.weighted.TableEntry
weight
-
Constructor Details
-
NestedTableEntry
- Parameters:
weight
- The weight to apply to the entrytable
- The table itself
-
-
Method Details