Uses of Class
net.minecraft.stats.Stat
-
-
Uses of Stat in net.minecraft.advancements.criterion
Fields in net.minecraft.advancements.criterion with type parameters of type Stat Modifier and Type Field Description private java.util.Map<Stat<?>,MinMaxBounds.IntBound>PlayerPredicate.Default. statsprivate java.util.Map<Stat<?>,MinMaxBounds.IntBound>PlayerPredicate. statsMethods in net.minecraft.advancements.criterion that return Stat Modifier and Type Method Description private 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 Stat Modifier and Type Method Description private static <T> ResourceLocationPlayerPredicate. getStatValueId(Stat<T> p_226996_0_)Constructor parameters in net.minecraft.advancements.criterion with type arguments of type Stat Constructor Description PlayerPredicate(MinMaxBounds.IntBound p_i225770_1_, GameType p_i225770_2_, java.util.Map<Stat<?>,MinMaxBounds.IntBound> p_i225770_3_, it.unimi.dsi.fastutil.objects.Object2BooleanMap<ResourceLocation> p_i225770_4_, java.util.Map<ResourceLocation,PlayerPredicate.IAdvancementPredicate> p_i225770_5_) -
Uses of Stat in net.minecraft.block
Methods in net.minecraft.block that return Stat Modifier and Type Method Description protected 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 Stat Modifier and Type Field Description private Stat<ResourceLocation>StatsScreen.CustomStatsList.Entry. statMethods in net.minecraft.client.gui.screen with parameters of type Stat Modifier and Type Method Description private static java.lang.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 Constructor Description Entry(Stat<ResourceLocation> p_i50466_2_) -
Uses of Stat in net.minecraft.entity.player
Methods in net.minecraft.entity.player with parameters of type Stat Modifier and Type Method Description voidPlayerEntity. awardStat(Stat<?> p_71029_1_)voidPlayerEntity. awardStat(Stat<?> p_71064_1_, int p_71064_2_)voidServerPlayerEntity. awardStat(Stat<?> p_71064_1_, int p_71064_2_)voidPlayerEntity. resetStat(Stat<?> p_175145_1_)voidServerPlayerEntity. resetStat(Stat<?> p_175145_1_) -
Uses of Stat in net.minecraft.network.play.server
Fields in net.minecraft.network.play.server with type parameters of type Stat Modifier and Type Field Description private it.unimi.dsi.fastutil.objects.Object2IntMap<Stat<?>>SStatisticsPacket. statsMethods in net.minecraft.network.play.server that return types with arguments of type Stat Modifier and Type Method Description java.util.Map<Stat<?>,java.lang.Integer>SStatisticsPacket. getStats()Methods in net.minecraft.network.play.server with parameters of type Stat Modifier and Type Method Description private <T> intSStatisticsPacket. getId(Stat<T> p_197683_1_)Constructor parameters in net.minecraft.network.play.server with type arguments of type Stat Constructor Description SStatisticsPacket(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 Stat Modifier and Type Field Description private java.util.Set<Stat<?>>ServerStatisticsManager. dirtyprivate java.util.Map<T,Stat<T>>StatType. mapprotected it.unimi.dsi.fastutil.objects.Object2IntMap<Stat<?>>StatisticsManager. statsMethods in net.minecraft.stats that return Stat Modifier and Type Method Description Stat<T>StatType. get(T p_199076_1_)Stat<T>StatType. get(T p_199077_1_, IStatFormatter p_199077_2_)Methods in net.minecraft.stats that return types with arguments of type Stat Modifier and Type Method Description private java.util.Set<Stat<?>>ServerStatisticsManager. getDirty()private <T> java.util.Optional<Stat<T>>ServerStatisticsManager. getStat(StatType<T> p_219728_1_, java.lang.String p_219728_2_)java.util.Iterator<Stat<T>>StatType. iterator()Methods in net.minecraft.stats with parameters of type Stat Modifier and Type Method Description private static <T> ResourceLocationServerStatisticsManager. getKey(Stat<T> p_199066_0_)intStatisticsManager. getValue(Stat<?> p_77444_1_)voidStatisticsManager. 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 Modifier and Type Method Description voidFakePlayer. awardStat(Stat par1StatBase, int par2)
-