Uses of Class
net.minecraft.stats.StatType
Packages that use StatType
Package
Description
-
Uses of StatType in net.minecraft.advancements.criterion
Methods in net.minecraft.advancements.criterion with parameters of type StatTypeModifier and TypeMethodDescriptionprivate 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 StatTypeFields in net.minecraft.client.gui.screen with type parameters of type StatTypeModifier and TypeFieldDescriptionStatsScreen.StatsList.blockColumnsStatsScreen.StatsList.itemColumnsMethods in net.minecraft.client.gui.screen that return StatTypeModifier and TypeMethodDescriptionprivate StatType<?>StatsScreen.StatsList.getColumn(int p_195108_1_) Methods in net.minecraft.client.gui.screen with parameters of type StatTypeModifier and TypeMethodDescriptionprivate 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 -
Uses of StatType in net.minecraft.network.play.server
Methods in net.minecraft.network.play.server with parameters of type StatTypeModifier and TypeMethodDescriptionprivate <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 StatTypeModifier and TypeMethodDescriptionprivate static <T> 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 StatTypeModifier and TypeFieldDescriptionStats.BLOCK_MINEDstatic final StatType<ResourceLocation>Stats.CUSTOMstatic final StatType<EntityType<?>>Stats.ENTITY_KILLEDstatic final StatType<EntityType<?>>Stats.ENTITY_KILLED_BYStats.ITEM_BROKENStats.ITEM_CRAFTEDStats.ITEM_DROPPEDStats.ITEM_PICKED_UPStats.ITEM_USEDStat.typeMethods in net.minecraft.stats that return StatTypeModifier and TypeMethodDescriptionStat.getType()private static <T> StatType<T>Stats.makeRegistryStatType(String p_199085_0_, Registry<T> p_199085_1_) Methods in net.minecraft.stats with parameters of type StatTypeConstructors in net.minecraft.stats with parameters of type StatTypeModifierConstructorDescriptionprotectedStat(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 StatTypeModifier and TypeFieldDescriptionRegistry.STAT_TYPEDeprecated.static final RegistryKey<Registry<StatType<?>>>Registry.STAT_TYPE_REGISTRY -
Uses of StatType in net.minecraftforge.registries
Fields in net.minecraftforge.registries with type parameters of type StatTypeModifier and TypeFieldDescriptionstatic final RegistryKey<Registry<StatType<?>>>ForgeRegistries.Keys.STAT_TYPESstatic final IForgeRegistry<StatType<?>>ForgeRegistries.STAT_TYPES