Package net.minecraft.stat
Class StatType<T>
java.lang.Object
net.minecraft.stat.StatType<T>
- Mappings:
Namespace Name named net/minecraft/stat/StatTypeintermediary net/minecraft/class_3448official axh
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Textprivate final PacketCodec<RegistryByteBuf, Stat<T>> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()getOrCreateStat(T key) getOrCreateStat(T key, StatFormatter formatter) booleaniterator()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
registry
- Mappings:
Namespace Name Mixin selector named registryLnet/minecraft/stat/StatType;registry:Lnet/minecraft/registry/Registry;intermediary field_15323Lnet/minecraft/class_3448;field_15323:Lnet/minecraft/class_2378;official aLaxh;a:Ljt;
-
stats
- Mappings:
Namespace Name Mixin selector named statsLnet/minecraft/stat/StatType;stats:Ljava/util/Map;intermediary field_15324Lnet/minecraft/class_3448;field_15324:Ljava/util/Map;official bLaxh;b:Ljava/util/Map;
-
name
- Mappings:
Namespace Name Mixin selector named nameLnet/minecraft/stat/StatType;name:Lnet/minecraft/text/Text;intermediary field_26382Lnet/minecraft/class_3448;field_26382:Lnet/minecraft/class_2561;official cLaxh;c:Lxg;
-
packetCodec
- Mappings:
Namespace Name Mixin selector named packetCodecLnet/minecraft/stat/StatType;packetCodec:Lnet/minecraft/network/codec/PacketCodec;intermediary field_48281Lnet/minecraft/class_3448;field_48281:Lnet/minecraft/class_9139;official dLaxh;d:Lze;
-
-
Constructor Details
-
StatType
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/stat/StatType;<init>(Lnet/minecraft/registry/Registry;Lnet/minecraft/text/Text;)Vintermediary <init>Lnet/minecraft/class_3448;<init>(Lnet/minecraft/class_2378;Lnet/minecraft/class_2561;)Vofficial <init>Laxh;<init>(Ljt;Lxg;)V
-
-
Method Details
-
getPacketCodec
- Mappings:
Namespace Name Mixin selector named getPacketCodecLnet/minecraft/stat/StatType;getPacketCodec()Lnet/minecraft/network/codec/PacketCodec;intermediary method_56054Lnet/minecraft/class_3448;method_56054()Lnet/minecraft/class_9139;official aLaxh;a()Lze;
-
hasStat
- Mappings:
Namespace Name Mixin selector named hasStatLnet/minecraft/stat/StatType;hasStat(Ljava/lang/Object;)Zintermediary method_14958Lnet/minecraft/class_3448;method_14958(Ljava/lang/Object;)Zofficial aLaxh;a(Ljava/lang/Object;)Z
-
getOrCreateStat
- Mappings:
Namespace Name Mixin selector named getOrCreateStatLnet/minecraft/stat/StatType;getOrCreateStat(Ljava/lang/Object;Lnet/minecraft/stat/StatFormatter;)Lnet/minecraft/stat/Stat;intermediary method_14955Lnet/minecraft/class_3448;method_14955(Ljava/lang/Object;Lnet/minecraft/class_3446;)Lnet/minecraft/class_3445;official aLaxh;a(Ljava/lang/Object;Laxg;)Laxf;
-
getRegistry
- Mappings:
Namespace Name Mixin selector named getRegistryLnet/minecraft/stat/StatType;getRegistry()Lnet/minecraft/registry/Registry;intermediary method_14959Lnet/minecraft/class_3448;method_14959()Lnet/minecraft/class_2378;official bLaxh;b()Ljt;
-
iterator
-
getOrCreateStat
- Mappings:
Namespace Name Mixin selector named getOrCreateStatLnet/minecraft/stat/StatType;getOrCreateStat(Ljava/lang/Object;)Lnet/minecraft/stat/Stat;intermediary method_14956Lnet/minecraft/class_3448;method_14956(Ljava/lang/Object;)Lnet/minecraft/class_3445;official bLaxh;b(Ljava/lang/Object;)Laxf;
-
getName
- Mappings:
Namespace Name Mixin selector named getNameLnet/minecraft/stat/StatType;getName()Lnet/minecraft/text/Text;intermediary method_30739Lnet/minecraft/class_3448;method_30739()Lnet/minecraft/class_2561;official cLaxh;c()Lxg;
-