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. stats
private java.util.Map<Stat<?>,MinMaxBounds.IntBound>
PlayerPredicate. stats
Methods 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> ResourceLocation
PlayerPredicate. 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. stat
Methods in net.minecraft.client.gui.screen with parameters of type Stat Modifier and Type Method Description private static java.lang.String
StatsScreen. getTranslationKey(Stat<ResourceLocation> p_238672_0_)
protected void
StatsScreen.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 void
PlayerEntity. awardStat(Stat<?> p_71029_1_)
void
PlayerEntity. awardStat(Stat<?> p_71064_1_, int p_71064_2_)
void
ServerPlayerEntity. awardStat(Stat<?> p_71064_1_, int p_71064_2_)
void
PlayerEntity. resetStat(Stat<?> p_175145_1_)
void
ServerPlayerEntity. 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. stats
Methods 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> int
SStatisticsPacket. 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. dirty
private java.util.Map<T,Stat<T>>
StatType. map
protected it.unimi.dsi.fastutil.objects.Object2IntMap<Stat<?>>
StatisticsManager. stats
Methods 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> ResourceLocation
ServerStatisticsManager. getKey(Stat<T> p_199066_0_)
int
StatisticsManager. getValue(Stat<?> p_77444_1_)
void
StatisticsManager. increment(PlayerEntity p_150871_1_, Stat<?> p_150871_2_, int p_150871_3_)
void
ServerStatisticsManager. setValue(PlayerEntity p_150873_1_, Stat<?> p_150873_2_, int p_150873_3_)
void
StatisticsManager. 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 void
FakePlayer. awardStat(Stat par1StatBase, int par2)
-