Uses of Class
net.minecraft.stats.Stat
Packages that use Stat
Package
Description
-
Uses of Stat in net.minecraft.advancements.critereon
Fields in net.minecraft.advancements.critereon with type parameters of type StatModifier and TypeFieldDescriptionprivate final Map<Stat<?>,MinMaxBounds.Ints> PlayerPredicate.Builder.statsprivate final Map<Stat<?>,MinMaxBounds.Ints> PlayerPredicate.statsMethods in net.minecraft.advancements.critereon that return StatModifier and TypeMethodDescriptionprivate static <T> Stat<T>PlayerPredicate.getStat(StatType<T> p_62268_, ResourceLocation p_62269_) Methods in net.minecraft.advancements.critereon with parameters of type StatModifier and TypeMethodDescriptionPlayerPredicate.Builder.addStat(Stat<?> p_156769_, MinMaxBounds.Ints p_156770_) private static <T> ResourceLocationPlayerPredicate.getStatValueId(Stat<T> p_62266_) Constructor parameters in net.minecraft.advancements.critereon with type arguments of type StatModifierConstructorDescription(package private)PlayerPredicate(MinMaxBounds.Ints p_156746_, GameType p_156747_, Map<Stat<?>, MinMaxBounds.Ints> p_156748_, it.unimi.dsi.fastutil.objects.Object2BooleanMap<ResourceLocation> p_156749_, Map<ResourceLocation, PlayerPredicate.AdvancementPredicate> p_156750_, EntityPredicate p_156751_) -
Uses of Stat in net.minecraft.client.gui.screens.achievement
Fields in net.minecraft.client.gui.screens.achievement declared as StatModifier and TypeFieldDescriptionprivate final Stat<ResourceLocation>StatsScreen.GeneralStatisticsList.Entry.statMethods in net.minecraft.client.gui.screens.achievement with parameters of type StatModifier and TypeMethodDescription(package private) static StringStatsScreen.getTranslationKey(Stat<ResourceLocation> p_96947_) protected voidStatsScreen.ItemStatisticsList.ItemRow.renderStat(PoseStack p_97092_, Stat<?> p_97093_, int p_97094_, int p_97095_, boolean p_97096_) Constructors in net.minecraft.client.gui.screens.achievement with parameters of type Stat -
Uses of Stat in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game with type parameters of type StatModifier and TypeFieldDescriptionprivate final it.unimi.dsi.fastutil.objects.Object2IntMap<Stat<?>>ClientboundAwardStatsPacket.statsMethods in net.minecraft.network.protocol.game that return StatModifier and TypeMethodDescriptionprivate static <T> Stat<T>ClientboundAwardStatsPacket.readStatCap(StatType<T> p_178596_, int p_178597_) Methods in net.minecraft.network.protocol.game that return types with arguments of type StatMethods in net.minecraft.network.protocol.game with parameters of type StatModifier and TypeMethodDescriptionprivate <T> intClientboundAwardStatsPacket.getStatIdCap(Stat<T> p_178594_) Constructor parameters in net.minecraft.network.protocol.game with type arguments of type StatModifierConstructorDescriptionClientboundAwardStatsPacket(it.unimi.dsi.fastutil.objects.Object2IntMap<Stat<?>> p_131631_) -
Uses of Stat in net.minecraft.server.level
Methods in net.minecraft.server.level with parameters of type Stat -
Uses of Stat in net.minecraft.stats
Fields in net.minecraft.stats with type parameters of type StatModifier and TypeFieldDescriptionServerStatsCounter.dirtyStatType.mapprotected final it.unimi.dsi.fastutil.objects.Object2IntMap<Stat<?>>StatsCounter.statsMethods in net.minecraft.stats that return StatMethods in net.minecraft.stats that return types with arguments of type StatMethods in net.minecraft.stats with parameters of type Stat -
Uses of Stat in net.minecraft.world.entity.player
Methods in net.minecraft.world.entity.player with parameters of type Stat -
Uses of Stat in net.minecraft.world.level.block
Methods in net.minecraft.world.level.block that return StatModifier and TypeMethodDescriptionprotected Stat<ResourceLocation>ChestBlock.getOpenChestStat()protected Stat<ResourceLocation>TrappedChestBlock.getOpenChestStat() -
Uses of Stat in net.minecraftforge.common.util
Methods in net.minecraftforge.common.util with parameters of type Stat