Uses of Class
net.minecraft.stats.Stat
Package
Description
-
Uses of Stat in net.minecraft.advancements.criterion
Modifier and TypeFieldDescriptionprivate final Map<Stat<?>,
MinMaxBounds.IntBound> PlayerPredicate.Default.stats
private final Map<Stat<?>,
MinMaxBounds.IntBound> PlayerPredicate.stats
Modifier and TypeMethodDescriptionprivate static <T> Stat<T>
PlayerPredicate.getStat
(StatType<T> p_226997_0_, ResourceLocation p_226997_1_) Modifier and TypeMethodDescriptionprivate static <T> ResourceLocation
PlayerPredicate.getStatValueId
(Stat<T> p_226996_0_) ModifierConstructorDescriptionprivate
PlayerPredicate
(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
Modifier and TypeMethodDescriptionprotected Stat<ResourceLocation>
ChestBlock.getOpenChestStat()
protected Stat<ResourceLocation>
TrappedChestBlock.getOpenChestStat()
-
Uses of Stat in net.minecraft.client.gui.screen
Modifier and TypeFieldDescriptionprivate final Stat<ResourceLocation>
StatsScreen.CustomStatsList.Entry.stat
Modifier and TypeMethodDescriptionprivate static 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_) -
Uses of Stat in net.minecraft.entity.player
Modifier and TypeMethodDescriptionvoid
void
void
void
void
-
Uses of Stat in net.minecraft.network.play.server
Modifier and TypeFieldDescriptionprivate it.unimi.dsi.fastutil.objects.Object2IntMap<Stat<?>>
SStatisticsPacket.stats
ModifierConstructorDescriptionSStatisticsPacket
(it.unimi.dsi.fastutil.objects.Object2IntMap<Stat<?>> p_i47942_1_) -
Uses of Stat in net.minecraft.stats
Modifier and TypeFieldDescriptionServerStatisticsManager.dirty
StatType.map
protected final it.unimi.dsi.fastutil.objects.Object2IntMap<Stat<?>>
StatisticsManager.stats
Modifier and TypeMethodDescriptionprivate static <T> ResourceLocation
int
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