Package org.spongepowered.api.statistic
Interface Statistic.TypeInstance<T>
-
- Type Parameters:
T- The type
- All Superinterfaces:
Statistic
- Enclosing interface:
- Statistic
public static interface Statistic.TypeInstance<T> extends Statistic
Represents aStatisticinstance of aStatisticCategory.Typed.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.spongepowered.api.statistic.Statistic
Statistic.TypeInstance<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Ttype()Gets thevalue.
-