Class StatList


  • public class StatList
    extends java.lang.Object
    + This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code. Minecraft 1.8.8 bytecode is (c) 2015 Mojang AB. "Do not distribute!" Mod Coder Pack v9.18 deobfuscation configs are (c) Copyright by the MCP Team EaglercraftX 1.8 patch files are (c) 2022-2023 LAX1DUDE. All Rights Reserved. WITH THE EXCEPTION OF PATCH FILES, MINIFIED JAVASCRIPT, AND ALL FILES NORMALLY FOUND IN AN UNMODIFIED MINECRAFT RESOURCE PACK, YOU ARE NOT ALLOWED TO SHARE, DISTRIBUTE, OR REPURPOSE ANY FILE USED BY OR PRODUCED BY THE SOFTWARE IN THIS REPOSITORY WITHOUT PRIOR PERMISSION FROM THE PROJECT AUTHOR. NOT FOR COMMERCIAL OR MALICIOUS USE (please read the 'LICENSE' file this repo's root directory for more info)
    • Field Detail

      • oneShotStats

        protected static java.util.Map<java.lang.String,​StatBase> oneShotStats
      • allStats

        public static java.util.List<StatBase> allStats
      • generalStats

        public static java.util.List<StatBase> generalStats
      • itemStats

        public static java.util.List<StatCrafting> itemStats
      • objectMineStats

        public static java.util.List<StatCrafting> objectMineStats
        + Tracks the number of times a given block or item has been mined.
      • leaveGameStat

        public static StatBase leaveGameStat
        + number of times you've left a game
      • minutesPlayedStat

        public static StatBase minutesPlayedStat
        + number of minutes you have played
      • timeSinceDeathStat

        public static StatBase timeSinceDeathStat
      • distanceWalkedStat

        public static StatBase distanceWalkedStat
        + distance you've walked
      • distanceCrouchedStat

        public static StatBase distanceCrouchedStat
      • distanceSprintedStat

        public static StatBase distanceSprintedStat
      • distanceSwumStat

        public static StatBase distanceSwumStat
        + distance you have swam
      • distanceFallenStat

        public static StatBase distanceFallenStat
        + the distance you have fallen
      • distanceClimbedStat

        public static StatBase distanceClimbedStat
        + the distance you've climbed
      • distanceFlownStat

        public static StatBase distanceFlownStat
        + the distance you've flown
      • distanceDoveStat

        public static StatBase distanceDoveStat
        + the distance you've dived
      • distanceByMinecartStat

        public static StatBase distanceByMinecartStat
        + the distance you've traveled by minecart
      • distanceByBoatStat

        public static StatBase distanceByBoatStat
        + the distance you've traveled by boat
      • distanceByPigStat

        public static StatBase distanceByPigStat
        + the distance you've traveled by pig
      • distanceByHorseStat

        public static StatBase distanceByHorseStat
      • jumpStat

        public static StatBase jumpStat
        + the times you've jumped
      • dropStat

        public static StatBase dropStat
        + the distance you've dropped (or times you've fallen?)
      • damageDealtStat

        public static StatBase damageDealtStat
        + the amount of damage you've dealt
      • damageTakenStat

        public static StatBase damageTakenStat
        + the amount of damage you have taken
      • deathsStat

        public static StatBase deathsStat
        + the number of times you have died
      • mobKillsStat

        public static StatBase mobKillsStat
        + the number of mobs you have killed
      • animalsBredStat

        public static StatBase animalsBredStat
        + the number of animals you have bred
      • playerKillsStat

        public static StatBase playerKillsStat
        + counts the number of times you've killed a player
      • fishCaughtStat

        public static StatBase fishCaughtStat
      • junkFishedStat

        public static StatBase junkFishedStat
      • treasureFishedStat

        public static StatBase treasureFishedStat
      • timesTalkedToVillagerStat

        public static StatBase timesTalkedToVillagerStat
      • timesTradedWithVillagerStat

        public static StatBase timesTradedWithVillagerStat
      • field_181724_H

        public static StatBase field_181724_H
      • field_181725_I

        public static StatBase field_181725_I
      • field_181726_J

        public static StatBase field_181726_J
      • field_181727_K

        public static StatBase field_181727_K
      • field_181728_L

        public static StatBase field_181728_L
      • field_181729_M

        public static StatBase field_181729_M
      • field_181730_N

        public static StatBase field_181730_N
      • field_181731_O

        public static StatBase field_181731_O
      • field_181732_P

        public static StatBase field_181732_P
      • field_181733_Q

        public static StatBase field_181733_Q
      • field_181734_R

        public static StatBase field_181734_R
      • field_181735_S

        public static StatBase field_181735_S
      • field_181736_T

        public static StatBase field_181736_T
      • field_181737_U

        public static StatBase field_181737_U
      • field_181738_V

        public static StatBase field_181738_V
      • field_181739_W

        public static StatBase field_181739_W
      • field_181740_X

        public static StatBase field_181740_X
      • field_181741_Y

        public static StatBase field_181741_Y
      • field_181742_Z

        public static StatBase field_181742_Z
      • field_181723_aa

        public static StatBase field_181723_aa
      • mineBlockStatArray

        public static final StatBase[] mineBlockStatArray
      • objectCraftStats

        public static final StatBase[] objectCraftStats
        + Tracks the number of items a given block or item has been crafted.
      • objectUseStats

        public static final StatBase[] objectUseStats
        + Tracks the number of times a given block or item has been used.
      • objectBreakStats

        public static final StatBase[] objectBreakStats
        + Tracks the number of times a given block or item has been broken.
    • Constructor Detail

      • StatList

        public StatList()