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 SummaryConstructors
- 
Method SummaryMethods inherited from class org.spongepowered.api.util.weighted.TableEntryweight
- 
Constructor Details- 
NestedTableEntry- Parameters:
- weight- The weight to apply to the entry
- table- The table itself
 
 
- 
- 
Method Details