Uses of Class
net.minecraft.stat.Stat
Packages that use Stat
Package
Description
-
Uses of Stat in net.minecraft
Constructors in net.minecraft with parameters of type StatModifierConstructorDescription(package private)class_4629(AchievementCommand achievementCommand, ServerPlayerEntity serverPlayerEntity, Stat stat) -
Uses of Stat in net.minecraft.advancement
Subclasses of Stat in net.minecraft.advancement -
Uses of Stat in net.minecraft.client
Methods in net.minecraft.client with parameters of type StatModifier and TypeMethodDescriptionprotected voidclass_408.method_1123(Stat stat, int int2, int int3, boolean bool) -
Uses of Stat in net.minecraft.entity
Fields in net.minecraft.entity declared as Stat -
Uses of Stat in net.minecraft.entity.player
Methods in net.minecraft.entity.player with parameters of type StatModifier and TypeMethodDescriptionvoidClientPlayerEntity.incrementStat(Stat stat, int amount) voidPlayerEntity.incrementStat(Stat stat) voidPlayerEntity.incrementStat(Stat stat, int amount) voidServerPlayerEntity.incrementStat(Stat stat, int amount) voidPlayerEntity.method_11238(Stat stat) voidServerPlayerEntity.method_11238(Stat stat) -
Uses of Stat in net.minecraft.scoreboard
Fields in net.minecraft.scoreboard declared as StatConstructors in net.minecraft.scoreboard with parameters of type Stat -
Uses of Stat in net.minecraft.stat
Subclasses of Stat in net.minecraft.statFields in net.minecraft.stat declared as StatModifier and TypeFieldDescriptionstatic StatStats.ANIMALS_BREDstatic final Stat[]Stats.BLOCK_STATSstatic final Stat[]Stats.BROKENstatic StatStats.CM_CLIMBstatic StatStats.CM_DIVENstatic StatStats.CM_FALLENstatic StatStats.CM_FLOWNstatic StatStats.CM_HORSEstatic StatStats.CM_MINECARTstatic StatStats.CM_PIGstatic StatStats.CM_SAILEDstatic StatStats.CM_SNEAKEDstatic StatStats.CM_SPRINTEDstatic StatStats.CM_SWUMstatic StatStats.CM_WALKEDstatic final Stat[]Stats.CRAFTING_STATSstatic StatStats.DAMAGE_DEALTstatic StatStats.DAMAGE_TAKENstatic StatStats.DEATHSstatic StatStats.DROPSstatic StatStats.FISH_CAUGHTstatic StatStats.GAMES_LEFTstatic StatStats.JUMPSstatic StatStats.JUNK_FISHEDstatic StatStats.MINUTES_PLAYEDstatic StatStats.MOB_KILLSstatic StatStats.PLAYERS_KILLEDstatic StatStats.TIME_SINCE_DEATHstatic StatStats.TIMES_TALKED_TO_VILLAGERstatic StatStats.TRADED_WITH_VILLAGERstatic StatStats.TREASURE_FISHEDstatic final Stat[]Stats.USEDMethods in net.minecraft.stat that return StatModifier and TypeMethodDescriptionSimpleStat.addStat()Stat.addStat()static StatStat.localOnly()static StatStats.method_8292(class_868 class_868) static StatStats.method_8295(class_868 class_868) Stat.setJsonElementProvider(Class clazz) Methods in net.minecraft.stat with parameters of type StatModifier and TypeMethodDescriptionintStatHandler.method_1729(Stat stat) private static voidStats.method_8293(Stat[] stats) private static voidStats.method_8294(Stat[] stats, Block block0, Block block1) StatHandler.method_8299(Stat stat, JsonElementProvider jsonElementProvider) voidServerStatHandler.method_8300(PlayerEntity playerEntity, Stat stat, int int2) voidStatHandler.method_8300(PlayerEntity playerEntity, Stat stat, int int2) StatHandler.method_8301(Stat stat) voidStatHandler.method_8302(PlayerEntity playerEntity, Stat stat, int int2)