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. sortColumn
Fields 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. blockColumns
protected java.util.List<StatType<Item>>
StatsScreen.StatsList. itemColumns
Methods 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 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 Modifier and Type Method Description <T> java.lang.String
ObjectiveCriteriaArgument. 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> 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 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_MINED
static StatType<ResourceLocation>
Stats. CUSTOM
static StatType<EntityType<?>>
Stats. ENTITY_KILLED
static StatType<EntityType<?>>
Stats. ENTITY_KILLED_BY
static StatType<Item>
Stats. ITEM_BROKEN
static StatType<Item>
Stats. ITEM_CRAFTED
static StatType<Item>
Stats. ITEM_DROPPED
static StatType<Item>
Stats. ITEM_PICKED_UP
static StatType<Item>
Stats. ITEM_USED
private StatType<T>
Stat. type
Methods 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.String
Stat. 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> int
StatisticsManager. 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_TYPE
Deprecated.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_TYPES
static IForgeRegistry<StatType<?>>
ForgeRegistries. STAT_TYPES
-