Uses of Class
net.minecraft.stats.Stat
Packages that use Stat
Package
Description
-
Uses of Stat in net.minecraft.advancements.criterion
Fields in net.minecraft.advancements.criterion with type parameters of type StatModifier and TypeFieldDescriptionprivate final Map<Stat<?>,MinMaxBounds.IntBound> PlayerPredicate.Default.statsprivate final Map<Stat<?>,MinMaxBounds.IntBound> PlayerPredicate.statsMethods in net.minecraft.advancements.criterion that return StatModifier and TypeMethodDescriptionprivate static <T> Stat<T>PlayerPredicate.getStat(StatType<T> p_226997_0_, ResourceLocation p_226997_1_) Methods in net.minecraft.advancements.criterion with parameters of type StatModifier and TypeMethodDescriptionprivate static <T> ResourceLocationPlayerPredicate.getStatValueId(Stat<T> p_226996_0_) Constructor parameters in net.minecraft.advancements.criterion with type arguments of type StatModifierConstructorDescriptionprivatePlayerPredicate(MinMaxBounds.IntBound p_i225770_1_, GameType p_i225770_2_, Map<Stat<?>, MinMaxBounds.IntBound> p_i225770_3_, it.unimi.dsi.fastutil.objects.Object2BooleanMap<ResourceLocation> p_i225770_4_, Map<ResourceLocation, PlayerPredicate.IAdvancementPredicate> p_i225770_5_) -
Uses of Stat in net.minecraft.block
Methods in net.minecraft.block that return StatModifier and TypeMethodDescriptionprotected Stat<ResourceLocation>ChestBlock.getOpenChestStat()protected Stat<ResourceLocation>TrappedChestBlock.getOpenChestStat() -
Uses of Stat in net.minecraft.client.gui.screen
Fields in net.minecraft.client.gui.screen declared as StatModifier and TypeFieldDescriptionprivate final Stat<ResourceLocation>StatsScreen.CustomStatsList.Entry.statMethods in net.minecraft.client.gui.screen with parameters of type StatModifier and TypeMethodDescriptionprivate static StringStatsScreen.getTranslationKey(Stat<ResourceLocation> p_238672_0_) protected voidStatsScreen.StatsList.Entry.renderStat(MatrixStack p_238681_1_, Stat<?> p_238681_2_, int p_238681_3_, int p_238681_4_, boolean p_238681_5_) Constructors in net.minecraft.client.gui.screen with parameters of type Stat -
Uses of Stat in net.minecraft.entity.player
Methods in net.minecraft.entity.player with parameters of type StatModifier and TypeMethodDescriptionvoidvoidvoidvoidvoid -
Uses of Stat in net.minecraft.network.play.server
Fields in net.minecraft.network.play.server with type parameters of type StatModifier and TypeFieldDescriptionprivate it.unimi.dsi.fastutil.objects.Object2IntMap<Stat<?>>SStatisticsPacket.statsMethods in net.minecraft.network.play.server that return types with arguments of type StatMethods in net.minecraft.network.play.server with parameters of type StatConstructor parameters in net.minecraft.network.play.server with type arguments of type StatModifierConstructorDescriptionSStatisticsPacket(it.unimi.dsi.fastutil.objects.Object2IntMap<Stat<?>> p_i47942_1_) -
Uses of Stat in net.minecraft.stats
Fields in net.minecraft.stats with type parameters of type StatModifier and TypeFieldDescriptionServerStatisticsManager.dirtyStatType.mapprotected final it.unimi.dsi.fastutil.objects.Object2IntMap<Stat<?>>StatisticsManager.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 StatModifier and TypeMethodDescriptionprivate static <T> ResourceLocationintvoidStatisticsManager.increment(PlayerEntity p_150871_1_, Stat<?> p_150871_2_, int p_150871_3_) voidServerStatisticsManager.setValue(PlayerEntity p_150873_1_, Stat<?> p_150873_2_, int p_150873_3_) voidStatisticsManager.setValue(PlayerEntity p_150873_1_, Stat<?> p_150873_2_, int p_150873_3_) -
Uses of Stat in net.minecraftforge.common.util
Methods in net.minecraftforge.common.util with parameters of type Stat