Package net.minecraft.scoreboard.number
Class NumberFormatTypes
java.lang.Object
net.minecraft.scoreboard.number.NumberFormatTypes
- Mappings:
Namespace Name official wyintermediary net/minecraft/class_9024named net/minecraft/scoreboard/number/NumberFormatTypes
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<NumberFormat>static final com.mojang.serialization.MapCodec<NumberFormat> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic NumberFormatfromBuf(PacketByteBuf buf) static NumberFormatType<?>registerAndGetDefault(Registry<NumberFormatType<?>> registry) static <T extends NumberFormat>
voidtoBuf(PacketByteBuf buf, T format)
-
Field Details
-
REGISTRY_CODEC
- Mappings:
Namespace Name Mixin selector official aLwy;a:Lcom/mojang/serialization/MapCodec;intermediary field_47563Lnet/minecraft/class_9024;field_47563:Lcom/mojang/serialization/MapCodec;named REGISTRY_CODECLnet/minecraft/scoreboard/number/NumberFormatTypes;REGISTRY_CODEC:Lcom/mojang/serialization/MapCodec;
-
CODEC
- Mappings:
Namespace Name Mixin selector official bLwy;b:Lcom/mojang/serialization/Codec;intermediary field_47564Lnet/minecraft/class_9024;field_47564:Lcom/mojang/serialization/Codec;named CODECLnet/minecraft/scoreboard/number/NumberFormatTypes;CODEC:Lcom/mojang/serialization/Codec;
-
-
Constructor Details
-
NumberFormatTypes
public NumberFormatTypes()
-
-
Method Details
-
registerAndGetDefault
- Mappings:
Namespace Name Mixin selector official aLwy;a(Lit;)Lwx;intermediary method_55466Lnet/minecraft/class_9024;method_55466(Lnet/minecraft/class_2378;)Lnet/minecraft/class_9023;named registerAndGetDefaultLnet/minecraft/scoreboard/number/NumberFormatTypes;registerAndGetDefault(Lnet/minecraft/registry/Registry;)Lnet/minecraft/scoreboard/number/NumberFormatType;
-
toBuf
- Mappings:
Namespace Name Mixin selector official aLwy;a(Luj;Lww;)Vintermediary method_55468Lnet/minecraft/class_9024;method_55468(Lnet/minecraft/class_2540;Lnet/minecraft/class_9022;)Vnamed toBufLnet/minecraft/scoreboard/number/NumberFormatTypes;toBuf(Lnet/minecraft/network/PacketByteBuf;Lnet/minecraft/scoreboard/number/NumberFormat;)V
-
fromBuf
- Mappings:
Namespace Name Mixin selector official aLwy;a(Luj;)Lww;intermediary method_55467Lnet/minecraft/class_9024;method_55467(Lnet/minecraft/class_2540;)Lnet/minecraft/class_9022;named fromBufLnet/minecraft/scoreboard/number/NumberFormatTypes;fromBuf(Lnet/minecraft/network/PacketByteBuf;)Lnet/minecraft/scoreboard/number/NumberFormat;
-