Uses of Class
net.minecraft.stats.StatType
-
-
Uses of StatType in net.minecraft.advancements.criterion
Methods in net.minecraft.advancements.criterion with parameters of type StatType Modifier and Type Method Description private static <T> Stat<T>PlayerPredicate. getStat(StatType<T> p_226997_0_, ResourceLocation p_226997_1_) -
Uses of StatType in net.minecraft.client.gui.screen
Fields in net.minecraft.client.gui.screen declared as StatType Modifier and Type Field Description protected StatType<?>StatsScreen.StatsList. sortColumnFields in net.minecraft.client.gui.screen with type parameters of type StatType Modifier and Type Field Description protected java.util.List<StatType<Block>>StatsScreen.StatsList. blockColumnsprotected java.util.List<StatType<Item>>StatsScreen.StatsList. itemColumnsMethods in net.minecraft.client.gui.screen that return StatType Modifier and Type Method Description private StatType<?>StatsScreen.StatsList. getColumn(int p_195108_1_)Methods in net.minecraft.client.gui.screen with parameters of type StatType Modifier and Type Method Description private intStatsScreen.StatsList. getColumnIndex(StatType<?> p_195105_1_)protected voidStatsScreen.StatsList. sortByColumn(StatType<?> p_195107_1_) -
Uses of StatType in net.minecraft.command.arguments
Methods in net.minecraft.command.arguments with parameters of type StatType Modifier and Type Method Description <T> java.lang.StringObjectiveCriteriaArgument. getName(StatType<T> p_199815_1_, java.lang.Object p_199815_2_) -
Uses of StatType in net.minecraft.network.play.server
Methods in net.minecraft.network.play.server with parameters of type StatType Modifier and Type Method Description private <T> voidSStatisticsPacket. readStat(StatType<T> p_197684_1_, PacketBuffer p_197684_2_) -
Uses of StatType in net.minecraft.scoreboard
Methods in net.minecraft.scoreboard with parameters of type StatType Modifier and Type Method Description private static <T> java.util.Optional<ScoreCriteria>ScoreCriteria. getStat(StatType<T> p_216391_0_, ResourceLocation p_216391_1_) -
Uses of StatType in net.minecraft.stats
Fields in net.minecraft.stats declared as StatType Modifier and Type Field Description static StatType<Block>Stats. BLOCK_MINEDstatic StatType<ResourceLocation>Stats. CUSTOMstatic StatType<EntityType<?>>Stats. ENTITY_KILLEDstatic StatType<EntityType<?>>Stats. ENTITY_KILLED_BYstatic StatType<Item>Stats. ITEM_BROKENstatic StatType<Item>Stats. ITEM_CRAFTEDstatic StatType<Item>Stats. ITEM_DROPPEDstatic StatType<Item>Stats. ITEM_PICKED_UPstatic StatType<Item>Stats. ITEM_USEDprivate StatType<T>Stat. typeMethods in net.minecraft.stats that return StatType Modifier and Type Method Description StatType<T>Stat. getType()private static <T> StatType<T>Stats. makeRegistryStatType(java.lang.String p_199085_0_, Registry<T> p_199085_1_)Methods in net.minecraft.stats with parameters of type StatType Modifier and Type Method Description static <T> java.lang.StringStat. buildName(StatType<T> p_197918_0_, T p_197918_1_)private <T> java.util.Optional<Stat<T>>ServerStatisticsManager. getStat(StatType<T> p_219728_1_, java.lang.String p_219728_2_)<T> intStatisticsManager. getValue(StatType<T> p_199060_1_, T p_199060_2_)Constructors in net.minecraft.stats with parameters of type StatType Constructor Description Stat(StatType<T> p_i47903_1_, T p_i47903_2_, IStatFormatter p_i47903_3_) -
Uses of StatType in net.minecraft.util.registry
Fields in net.minecraft.util.registry with type parameters of type StatType Modifier and Type Field Description static Registry<StatType<?>>Registry. STAT_TYPEDeprecated.static RegistryKey<Registry<StatType<?>>>Registry. STAT_TYPE_REGISTRY -
Uses of StatType in net.minecraftforge.registries
Fields in net.minecraftforge.registries with type parameters of type StatType Modifier and Type Field Description static RegistryKey<Registry<StatType<?>>>ForgeRegistries.Keys. STAT_TYPESstatic IForgeRegistry<StatType<?>>ForgeRegistries. STAT_TYPES
-