Uses of Class
net.minecraft.stat.StatType
Packages that use StatType
Package
Description
- 
Uses of StatType in net.minecraft.client.gui.screenFields in net.minecraft.client.gui.screen declared as StatTypeFields in net.minecraft.client.gui.screen with type parameters of type StatTypeModifier and TypeFieldDescriptionStatsScreen.ItemStatsListWidget.blockStatTypesStatsScreen.ItemStatsListWidget.itemStatTypesMethods in net.minecraft.client.gui.screen that return StatTypeModifier and TypeMethodDescriptionprivate StatType<?> StatsScreen.ItemStatsListWidget.getStatType(int headerColumn) Methods in net.minecraft.client.gui.screen with parameters of type StatTypeModifier and TypeMethodDescriptionprivate intStatsScreen.ItemStatsListWidget.getHeaderIndex(StatType<?> statType) protected voidStatsScreen.ItemStatsListWidget.selectStatType(StatType<?> statType) 
- 
Uses of StatType in net.minecraft.command.argumentMethods in net.minecraft.command.argument with parameters of type StatTypeModifier and TypeMethodDescription<T> StringScoreboardCriterionArgumentType.getStatName(StatType<T> stat, Object value) 
- 
Uses of StatType in net.minecraft.predicate.entityFields in net.minecraft.predicate.entity declared as StatTypeModifier and TypeFieldDescriptionPlayerPredicate.StatMatcher.typeThe field for thetyperecord component.Methods in net.minecraft.predicate.entity that return StatTypeModifier and TypeMethodDescriptionPlayerPredicate.StatMatcher.type()Returns the value of thetyperecord component.Methods in net.minecraft.predicate.entity with parameters of type StatTypeModifier and TypeMethodDescriptionprivate static <T> com.mojang.serialization.MapCodec<PlayerPredicate.StatMatcher<T>> PlayerPredicate.StatMatcher.createCodec(StatType<T> type) PlayerPredicate.Builder.stat(StatType<T> statType, RegistryEntry.Reference<T> value, NumberRange.IntRange range) Constructors in net.minecraft.predicate.entity with parameters of type StatTypeModifierConstructorDescriptionStatMatcher(StatType<T> type, RegistryEntry<T> value, NumberRange.IntRange range) privateStatMatcher(StatType<T> statType, RegistryEntry<T> registryEntry, NumberRange.IntRange intRange, Supplier<Stat<T>> supplier) 
- 
Uses of StatType in net.minecraft.registryFields in net.minecraft.registry with type parameters of type StatType
- 
Uses of StatType in net.minecraft.scoreboardMethods in net.minecraft.scoreboard with parameters of type StatTypeModifier and TypeMethodDescriptionprivate static <T> Optional<ScoreboardCriterion> ScoreboardCriterion.getOrCreateStatCriterion(StatType<T> statType, Identifier id) 
- 
Uses of StatType in net.minecraft.statFields in net.minecraft.stat declared as StatTypeModifier and TypeFieldDescriptionStats.BROKENStats.CRAFTEDstatic final StatType<Identifier> Stats.CUSTOMStats.DROPPEDstatic final StatType<EntityType<?>> Stats.KILLEDstatic final StatType<EntityType<?>> Stats.KILLED_BYStats.MINEDStats.PICKED_UPStat.typeStats.USEDMethods in net.minecraft.stat that return StatTypeModifier and TypeMethodDescriptionStat.getType()private static <T> StatType<T> Stats.registerType(String id, Registry<T> registry) Methods in net.minecraft.stat with parameters of type StatTypeModifier and TypeMethodDescriptionServerStatHandler.createStat(StatType<T> type, String id) static <T> String<T> intConstructors in net.minecraft.stat with parameters of type StatType