Uses of Class
net.minecraft.stat.StatType
Packages that use StatType
Package
Description
-
Uses of StatType in net.minecraft
Fields in net.minecraft declared as StatTypeMethods in net.minecraft that return StatTypeMethods in net.minecraft with parameters of type StatTypeModifier and TypeMethodDescription<T> Stringclass_4159.method_18602(StatType<T> statType, Object object) static <T> Stringclass_4472.method_21422(StatType<T> statType, T t) Constructors in net.minecraft with parameters of type StatTypeModifierConstructorDescriptionprotectedclass_4472(StatType<T> statType, T t, class_4473 class_4473) -
Uses of StatType in net.minecraft.client.gui.screen
Fields in net.minecraft.client.gui.screen declared as StatTypeModifier and TypeFieldDescriptionprotected StatType<?>StatsScreen.ItemStatsListWidget.field_20337Fields in net.minecraft.client.gui.screen with type parameters of type StatTypeModifier and TypeFieldDescriptionStatsScreen.ItemStatsListWidget.field_20340StatsScreen.ItemStatsListWidget.field_20341Methods in net.minecraft.client.gui.screen that return StatTypeModifier and TypeMethodDescriptionprivate StatType<?>StatsScreen.ItemStatsListWidget.method_18639(int int2) Methods in net.minecraft.client.gui.screen with parameters of type StatTypeModifier and TypeMethodDescriptionprotected voidStatsScreen.ItemStatsListWidget.method_18636(StatType<?> statType) private intStatsScreen.ItemStatsListWidget.method_18637(StatType<?> statType) -
Uses of StatType in net.minecraft.network.packet.s2c.play
Methods in net.minecraft.network.packet.s2c.play with parameters of type StatTypeModifier and TypeMethodDescriptionprivate <T> voidStatsUpdateS2CPacket.method_20207(StatType<T> statType, PacketByteBuf packetByteBuf) -
Uses of StatType in net.minecraft.scoreboard
Methods in net.minecraft.scoreboard with parameters of type StatTypeModifier and TypeMethodDescriptionprivate static <T> GenericScoreboardCriteriaGenericScoreboardCriteria.method_18130(StatType<T> statType, Identifier identifier) -
Uses of StatType in net.minecraft.stat
Fields in net.minecraft.stat declared as StatTypeModifier and TypeFieldDescriptionStats.BROKENStats.CRAFTEDstatic final StatType<Identifier>Stats.CUSTOMStats.DROPPEDstatic final StatType<EntityType<?>>Stats.KILLEDstatic final StatType<EntityType<?>>Stats.KILLED_BYStats.MINEDStats.PICKED_UPStats.USEDMethods in net.minecraft.stat that return StatTypeModifier and TypeMethodDescriptionprivate static <T> StatType<T>Stats.method_21432(String string, Registry<T> registry) Methods in net.minecraft.stat with parameters of type StatTypeModifier and TypeMethodDescriptionprivate <T> class_4472<T>ServerStatHandler.method_21416(StatType<T> statType, String string) <T> intStatHandler.method_21435(StatType<T> statType, T t) -
Uses of StatType in net.minecraft.util.registry
Fields in net.minecraft.util.registry with type parameters of type StatType