Uses of Class
net.minecraft.stats.Stat
Package
Description
-
Uses of Stat in net.minecraft.advancements.critereon
Modifier and TypeFieldDescriptionprivate Map<Stat<?>,MinMaxBounds.Ints>
PlayerPredicate.Builder.stats
private Map<Stat<?>,MinMaxBounds.Ints>
PlayerPredicate.stats
Modifier and TypeMethodDescriptionprivate static <T> Stat<T>
PlayerPredicate.getStat(StatType<T> p_62268_, ResourceLocation p_62269_)
Modifier and TypeMethodDescriptionPlayerPredicate.Builder.addStat(Stat<?> p_156769_, MinMaxBounds.Ints p_156770_)
private static <T> ResourceLocation
PlayerPredicate.getStatValueId(Stat<T> p_62266_)
ModifierConstructorDescription(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
Modifier and TypeFieldDescriptionprivate Stat<ResourceLocation>
StatsScreen.GeneralStatisticsList.Entry.stat
Modifier and TypeMethodDescription(package private) static String
StatsScreen.getTranslationKey(Stat<ResourceLocation> p_96947_)
protected void
StatsScreen.ItemStatisticsList.ItemRow.renderStat(PoseStack p_97092_, Stat<?> p_97093_, int p_97094_, int p_97095_, boolean p_97096_)
-
Uses of Stat in net.minecraft.network.protocol.game
Modifier and TypeFieldDescriptionprivate it.unimi.dsi.fastutil.objects.Object2IntMap<Stat<?>>
ClientboundAwardStatsPacket.stats
Modifier and TypeMethodDescriptionprivate static <T> Stat<T>
ClientboundAwardStatsPacket.readStatCap(StatType<T> p_178596_, int p_178597_)
Modifier and TypeMethodDescriptionprivate <T> int
ClientboundAwardStatsPacket.getStatIdCap(Stat<T> p_178594_)
ModifierConstructorDescriptionClientboundAwardStatsPacket(it.unimi.dsi.fastutil.objects.Object2IntMap<Stat<?>> p_131631_)
-
Uses of Stat in net.minecraft.server.level
-
Uses of Stat in net.minecraft.stats
Modifier and TypeFieldDescriptionServerStatsCounter.dirty
StatType.map
protected it.unimi.dsi.fastutil.objects.Object2IntMap<Stat<?>>
StatsCounter.stats
-
Uses of Stat in net.minecraft.world.entity.player
-
Uses of Stat in net.minecraft.world.level.block
Modifier and TypeMethodDescriptionprotected Stat<ResourceLocation>
ChestBlock.getOpenChestStat()
protected Stat<ResourceLocation>
TrappedChestBlock.getOpenChestStat()
-
Uses of Stat in net.minecraftforge.common.util