Class TableEntry<T>
- java.lang.Object
-
- org.spongepowered.api.util.weighted.TableEntry<T>
-
- Type Parameters:
T
- The entry type
- Direct Known Subclasses:
EmptyObject
,NestedTableEntry
,WeightedObject
public abstract class TableEntry<T> extends Object
An abstract entry which may be contained in any table.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
TableEntry(double weight)
Creates a newTableEntry
with the desiredweight
.
-
-
-
Constructor Detail
-
TableEntry
protected TableEntry(double weight)
Creates a newTableEntry
with the desiredweight
.- Parameters:
weight
- The weight to associate with this entry
-
-