Uses of Class
net.minecraft.stat.Stat
Packages that use Stat
Package
Description
-
Uses of Stat in net.minecraft.block
Methods in net.minecraft.block that return StatModifier and TypeMethodDescriptionprotected Stat
<Identifier> ChestBlock.getOpenStat()
protected Stat
<Identifier> TrappedChestBlock.getOpenStat()
-
Uses of Stat in net.minecraft.client.gui.screen
Fields in net.minecraft.client.gui.screen declared as StatModifier and TypeFieldDescriptionprivate final Stat
<Identifier> StatsScreen.GeneralStatsListWidget.Entry.stat
Methods in net.minecraft.client.gui.screen with parameters of type StatModifier and TypeMethodDescription(package private) static String
StatsScreen.getStatTranslationKey
(Stat<Identifier> stat) protected void
StatsScreen.ItemStatsListWidget.Entry.render
(DrawContext context, @Nullable Stat<?> stat, int x, int y, boolean white) 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 TypeMethodDescriptionvoid
PlayerEntity.increaseStat
(Stat<?> stat, int amount) void
PlayerEntity.incrementStat
(Stat<?> stat) void
-
Uses of Stat in net.minecraft.network.packet.s2c.play
Fields in net.minecraft.network.packet.s2c.play with type parameters of type StatModifier and TypeFieldDescriptionprivate static final PacketCodec
<RegistryByteBuf, Object2IntMap<Stat<?>>> StatisticsS2CPacket.STAT_MAP_CODEC
private final Object2IntMap
<Stat<?>> StatisticsS2CPacket.stats
The field for thestats
record component.Methods in net.minecraft.network.packet.s2c.play that return types with arguments of type StatModifier and TypeMethodDescriptionObject2IntMap
<Stat<?>> StatisticsS2CPacket.stats()
Returns the value of thestats
record component.Constructor parameters in net.minecraft.network.packet.s2c.play with type arguments of type Stat -
Uses of Stat in net.minecraft.predicate.entity
Fields in net.minecraft.predicate.entity with type parameters of type StatModifier and TypeFieldDescriptionPlayerPredicate.StatMatcher.stat
The field for thestat
record component.Methods in net.minecraft.predicate.entity that return types with arguments of type StatModifier and TypeMethodDescriptionPlayerPredicate.StatMatcher.stat()
Returns the value of thestat
record component.Constructor parameters in net.minecraft.predicate.entity with type arguments of type StatModifierConstructorDescriptionprivate
StatMatcher
(StatType<T> statType, RegistryEntry<T> registryEntry, NumberRange.IntRange intRange, Supplier<Stat<T>> supplier) -
Uses of Stat in net.minecraft.server.network
Methods in net.minecraft.server.network with parameters of type StatModifier and TypeMethodDescriptionvoid
ServerPlayerEntity.increaseStat
(Stat<?> stat, int amount) void
-
Uses of Stat in net.minecraft.stat
Fields in net.minecraft.stat with type parameters of type StatModifier and TypeFieldDescriptionstatic final PacketCodec
<RegistryByteBuf, Stat<?>> Stat.PACKET_CODEC
private final PacketCodec
<RegistryByteBuf, Stat<T>> StatType.packetCodec
ServerStatHandler.pendingStats
protected final Object2IntMap
<Stat<?>> StatHandler.statMap
StatType.stats
Methods in net.minecraft.stat that return StatModifier and TypeMethodDescriptionStatType.getOrCreateStat
(T key) StatType.getOrCreateStat
(T key, StatFormatter formatter) Methods in net.minecraft.stat that return types with arguments of type StatModifier and TypeMethodDescriptionServerStatHandler.createStat
(StatType<T> type, String id) StatType.getPacketCodec()
StatType.iterator()
ServerStatHandler.takePendingStats()
Methods in net.minecraft.stat with parameters of type StatModifier and TypeMethodDescriptionint
private static <T> Identifier
void
StatHandler.increaseStat
(PlayerEntity player, Stat<?> stat, int value) void
ServerStatHandler.setStat
(PlayerEntity player, Stat<?> stat, int value) void
StatHandler.setStat
(PlayerEntity player, Stat<?> stat, int value)