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 aStatistic
instance 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 T
type()
Gets thevalue
.
-