Package net.minecraft.scoreboard.number
Interface NumberFormatType<T extends NumberFormat>
public interface NumberFormatType<T extends NumberFormat>
- Mappings:
Namespace Name official ww
intermediary net/minecraft/class_9023
named net/minecraft/scoreboard/number/NumberFormatType
-
Method Summary
Modifier and TypeMethodDescriptionfromBuf
(PacketByteBuf buf) com.mojang.serialization.MapCodec<T>
getCodec()
void
toBuf
(PacketByteBuf buf, T format)
-
Method Details
-
getCodec
com.mojang.serialization.MapCodec<T> getCodec()- Mappings:
Namespace Name Mixin selector official a
Lww;a()Lcom/mojang/serialization/MapCodec;
intermediary method_55458
Lnet/minecraft/class_9023;method_55458()Lcom/mojang/serialization/MapCodec;
named getCodec
Lnet/minecraft/scoreboard/number/NumberFormatType;getCodec()Lcom/mojang/serialization/MapCodec;
-
toBuf
- Mappings:
Namespace Name Mixin selector official a
Lww;a(Lui;Lwv;)V
intermediary method_55461
Lnet/minecraft/class_9023;method_55461(Lnet/minecraft/class_2540;Lnet/minecraft/class_9022;)V
named toBuf
Lnet/minecraft/scoreboard/number/NumberFormatType;toBuf(Lnet/minecraft/network/PacketByteBuf;Lnet/minecraft/scoreboard/number/NumberFormat;)V
-
fromBuf
- Mappings:
Namespace Name Mixin selector official b
Lww;b(Lui;)Lwv;
intermediary method_55462
Lnet/minecraft/class_9023;method_55462(Lnet/minecraft/class_2540;)Lnet/minecraft/class_9022;
named fromBuf
Lnet/minecraft/scoreboard/number/NumberFormatType;fromBuf(Lnet/minecraft/network/PacketByteBuf;)Lnet/minecraft/scoreboard/number/NumberFormat;
-