Package net.minecraft.scoreboard.number
Class NumberFormatTypes
java.lang.Object
net.minecraft.scoreboard.number.NumberFormatTypes
- Mappings:
Namespace Name official wx
intermediary net/minecraft/class_9024
named 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 NumberFormat
fromBuf
(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 a
Lwx;a:Lcom/mojang/serialization/MapCodec;
intermediary field_47563
Lnet/minecraft/class_9024;field_47563:Lcom/mojang/serialization/MapCodec;
named REGISTRY_CODEC
Lnet/minecraft/scoreboard/number/NumberFormatTypes;REGISTRY_CODEC:Lcom/mojang/serialization/MapCodec;
-
CODEC
- Mappings:
Namespace Name Mixin selector official b
Lwx;b:Lcom/mojang/serialization/Codec;
intermediary field_47564
Lnet/minecraft/class_9024;field_47564:Lcom/mojang/serialization/Codec;
named CODEC
Lnet/minecraft/scoreboard/number/NumberFormatTypes;CODEC:Lcom/mojang/serialization/Codec;
-
-
Constructor Details
-
NumberFormatTypes
public NumberFormatTypes()
-
-
Method Details
-
registerAndGetDefault
- Mappings:
Namespace Name Mixin selector official a
Lwx;a(Lit;)Lww;
intermediary method_55466
Lnet/minecraft/class_9024;method_55466(Lnet/minecraft/class_2378;)Lnet/minecraft/class_9023;
named registerAndGetDefault
Lnet/minecraft/scoreboard/number/NumberFormatTypes;registerAndGetDefault(Lnet/minecraft/registry/Registry;)Lnet/minecraft/scoreboard/number/NumberFormatType;
-
toBuf
- Mappings:
Namespace Name Mixin selector official a
Lwx;a(Lui;Lwv;)V
intermediary method_55468
Lnet/minecraft/class_9024;method_55468(Lnet/minecraft/class_2540;Lnet/minecraft/class_9022;)V
named toBuf
Lnet/minecraft/scoreboard/number/NumberFormatTypes;toBuf(Lnet/minecraft/network/PacketByteBuf;Lnet/minecraft/scoreboard/number/NumberFormat;)V
-
fromBuf
- Mappings:
Namespace Name Mixin selector official a
Lwx;a(Lui;)Lwv;
intermediary method_55467
Lnet/minecraft/class_9024;method_55467(Lnet/minecraft/class_2540;)Lnet/minecraft/class_9022;
named fromBuf
Lnet/minecraft/scoreboard/number/NumberFormatTypes;fromBuf(Lnet/minecraft/network/PacketByteBuf;)Lnet/minecraft/scoreboard/number/NumberFormat;
-