Uses of Class
net.minecraft.stats.StatType
Packages that use StatType
Package
Description
- 
Uses of StatType in net.minecraft.advancements.critereonFields in net.minecraft.advancements.critereon declared as StatTypeModifier and TypeFieldDescriptionPlayerPredicate.StatMatcher.typeThe field for thetyperecord component.Methods in net.minecraft.advancements.critereon that return StatTypeModifier and TypeMethodDescriptionPlayerPredicate.StatMatcher.type()Returns the value of thetyperecord component.Methods in net.minecraft.advancements.critereon with parameters of type StatTypeModifier and TypeMethodDescriptionPlayerPredicate.Builder.addStat(StatType<T> p_299266_, Holder.Reference<T> p_299053_, MinMaxBounds.Ints p_156770_) private static <T> com.mojang.serialization.Codec<PlayerPredicate.StatMatcher<T>>PlayerPredicate.StatMatcher.createTypedCodec(StatType<T> p_299086_) Constructors in net.minecraft.advancements.critereon with parameters of type StatTypeModifierConstructorDescriptionStatMatcher(StatType<T> p_299207_, Holder<T> p_298208_, MinMaxBounds.Ints p_299102_) (package private)StatMatcher(StatType<T> type, Holder<T> value, MinMaxBounds.Ints range, Supplier<Stat<T>> stat) Creates an instance of aStatMatcherrecord class.
- 
Uses of StatType in net.minecraft.client.gui.screens.achievementFields in net.minecraft.client.gui.screens.achievement declared as StatTypeFields in net.minecraft.client.gui.screens.achievement with type parameters of type StatTypeModifier and TypeFieldDescriptionStatsScreen.ItemStatisticsList.blockColumnsStatsScreen.ItemStatisticsList.itemColumnsMethods in net.minecraft.client.gui.screens.achievement that return StatTypeModifier and TypeMethodDescriptionprivate StatType<?>StatsScreen.ItemStatisticsList.getColumn(int p_97034_) Methods in net.minecraft.client.gui.screens.achievement with parameters of type StatTypeModifier and TypeMethodDescriptionprivate intStatsScreen.ItemStatisticsList.getColumnIndex(StatType<?> p_97059_) protected voidStatsScreen.ItemStatisticsList.sortByColumn(StatType<?> p_97039_) 
- 
Uses of StatType in net.minecraft.commands.argumentsMethods in net.minecraft.commands.arguments with parameters of type StatType
- 
Uses of StatType in net.minecraft.core.registriesFields in net.minecraft.core.registries with type parameters of type StatType
- 
Uses of StatType in net.minecraft.network.protocol.gameMethods in net.minecraft.network.protocol.game with parameters of type StatTypeModifier and TypeMethodDescriptionprivate static <T> Stat<T>ClientboundAwardStatsPacket.readStatCap(FriendlyByteBuf p_237573_, StatType<T> p_237574_) 
- 
Uses of StatType in net.minecraft.statsFields in net.minecraft.stats declared as StatTypeModifier and TypeFieldDescriptionStats.BLOCK_MINEDstatic final StatType<ResourceLocation>Stats.CUSTOMstatic final StatType<EntityType<?>>Stats.ENTITY_KILLEDstatic final StatType<EntityType<?>>Stats.ENTITY_KILLED_BYStats.ITEM_BROKENStats.ITEM_CRAFTEDStats.ITEM_DROPPEDStats.ITEM_PICKED_UPStats.ITEM_USEDStat.typeMethods in net.minecraft.stats that return StatTypeModifier and TypeMethodDescriptionStat.getType()private static <T> StatType<T>Stats.makeRegistryStatType(String p_13011_, Registry<T> p_13012_) Methods in net.minecraft.stats with parameters of type StatTypeConstructors in net.minecraft.stats with parameters of type StatTypeModifierConstructorDescriptionprotectedStat(StatType<T> p_12856_, T p_12857_, StatFormatter p_12858_) 
- 
Uses of StatType in net.minecraft.world.scores.criteriaMethods in net.minecraft.world.scores.criteria with parameters of type StatTypeModifier and TypeMethodDescriptionprivate static <T> Optional<ObjectiveCriteria>ObjectiveCriteria.getStat(StatType<T> p_83612_, ResourceLocation p_83613_)