Uses of Class
net.minecraft.stat.Stat
Packages that use Stat
Package
Description
-
Uses of Stat in net.minecraft
Methods in net.minecraft with parameters of type StatModifier and TypeMethodDescriptionprivate voidclass_96.method_1987(Map map, Stat stat, int int2) intclass_96.method_1989(Stat stat) voidclass_96.method_1990(Stat stat, int int2) -
Uses of Stat in net.minecraft.achievement
Subclasses of Stat in net.minecraft.achievement -
Uses of Stat in net.minecraft.client.network
Methods in net.minecraft.client.network with parameters of type StatModifier and TypeMethodDescriptionvoidMultiplayerClientPlayerEntity.handleIncreaseStat(Stat stat, int amount) voidMultiplayerClientPlayerEntity.increaseStat(Stat stat, int amount) -
Uses of Stat in net.minecraft.entity.player
Methods in net.minecraft.entity.player with parameters of type StatModifier and TypeMethodDescriptionvoidClientPlayerEntity.increaseStat(Stat stat, int amount) voidPlayerEntity.increaseStat(Stat stat, int amount) voidServerPlayerEntity.increaseStat(Stat stat, int amount) voidPlayerEntity.incrementStat(Stat 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.BOAT_ONE_CMstatic Stat[]Stats.BROKENstatic StatStats.CLIMB_ONE_CMstatic Stat[]Stats.CRAFTEDstatic StatStats.CREATE_WORLDstatic StatStats.DAMAGE_DEALTstatic StatStats.DAMAGE_TAKENstatic StatStats.DEATHSstatic StatStats.DIVE_ONE_CMstatic StatStats.DROPstatic StatStats.FALL_ONE_CMstatic StatStats.FISH_CAUGHTstatic StatStats.FLY_ONE_CMstatic StatStats.JOIN_MULTIPLAYERstatic StatStats.JUMPstatic StatStats.LEAVE_GAMEstatic StatStats.LOAD_WORLDstatic Stat[]Stats.MINE_BLOCKstatic StatStats.MINECART_ONE_CMstatic StatStats.MOB_KILLSstatic StatStats.PIG_ONE_CMstatic StatStats.PLAY_ONE_MINUTEstatic StatStats.PLAYER_KILLSstatic StatStats.START_GAMEstatic StatStats.SWIM_ONE_CMstatic Stat[]Stats.USEDstatic StatStats.WALK_ONE_CMMethods in net.minecraft.stat that return StatModifier and TypeMethodDescriptionSimpleStat.addStat()Stat.addStat()static StatStats.getStatById(int id) private static Stat[]Stats.initializeBrokenItemStats(Stat[] statsArray, String translationKey, int offset, int start, int end) Stat.localOnly()private static Stat[]Stats.method_749(String string, int int2) private static Stat[]Stats.method_752(Stat[] stat, String string, int int2, int int3, int int4) Methods in net.minecraft.stat with parameters of type StatModifier and TypeMethodDescriptionprivate static Stat[]Stats.initializeBrokenItemStats(Stat[] statsArray, String translationKey, int offset, int start, int end) private static voidStats.linkAlternateBlockStats(Stat[] statsArray) private static voidStats.linkBlocks(Stat[] statsArray, int sourceId, int targetId) private static Stat[]Stats.method_752(Stat[] stat, String string, int int2, int int3, int int4)