Class ItemStatistic
java.lang.Object
de.ellpeck.rockbottom.api.entity.player.statistics.StatisticInitializer<ItemStatistic.Stat>
de.ellpeck.rockbottom.api.entity.player.statistics.ItemStatistic
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDisplayComponents(IGameInstance game, ItemStatistic.Stat stat, AbstractStatGui gui, MenuComponent menu) makeStatistic(IStatistics statistics) Methods inherited from class de.ellpeck.rockbottom.api.entity.player.statistics.StatisticInitializer
getName, register
-
Field Details
-
textureLocation
-
-
Constructor Details
-
ItemStatistic
-
-
Method Details
-
makeStatistic
- Specified by:
makeStatisticin classStatisticInitializer<ItemStatistic.Stat>
-
getDisplayComponents
public List<StatisticComponent> getDisplayComponents(IGameInstance game, ItemStatistic.Stat stat, AbstractStatGui gui, MenuComponent menu) - Specified by:
getDisplayComponentsin classStatisticInitializer<ItemStatistic.Stat>
-