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.blockColumns
StatsScreen.StatsList.itemColumns
Methods 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 int
StatsScreen.StatsList.getColumnIndex
(StatType<?> p_195105_1_) protected void
StatsScreen.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> void
SStatisticsPacket.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_MINED
static final StatType<ResourceLocation>
Stats.CUSTOM
static final StatType<EntityType<?>>
Stats.ENTITY_KILLED
static final StatType<EntityType<?>>
Stats.ENTITY_KILLED_BY
Stats.ITEM_BROKEN
Stats.ITEM_CRAFTED
Stats.ITEM_DROPPED
Stats.ITEM_PICKED_UP
Stats.ITEM_USED
Stat.type
Methods 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 StatTypeModifierConstructorDescriptionprotected
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 StatTypeModifier and TypeFieldDescriptionRegistry.STAT_TYPE
Deprecated.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_TYPES
static final IForgeRegistry<StatType<?>>
ForgeRegistries.STAT_TYPES