Package net.minecraft.scoreboard.number
Interface NumberFormatType<T extends NumberFormat>
public interface NumberFormatType<T extends NumberFormat>
- Mappings:
Namespace Name official wwintermediary net/minecraft/class_9023named net/minecraft/scoreboard/number/NumberFormatType
-
Method Summary
Modifier and TypeMethodDescriptionfromBuf(PacketByteBuf buf) com.mojang.serialization.MapCodec<T>getCodec()voidtoBuf(PacketByteBuf buf, T format)
-
Method Details
-
getCodec
com.mojang.serialization.MapCodec<T> getCodec()- Mappings:
Namespace Name Mixin selector official aLww;a()Lcom/mojang/serialization/MapCodec;intermediary method_55458Lnet/minecraft/class_9023;method_55458()Lcom/mojang/serialization/MapCodec;named getCodecLnet/minecraft/scoreboard/number/NumberFormatType;getCodec()Lcom/mojang/serialization/MapCodec;
-
toBuf
- Mappings:
Namespace Name Mixin selector official aLww;a(Lui;Lwv;)Vintermediary method_55461Lnet/minecraft/class_9023;method_55461(Lnet/minecraft/class_2540;Lnet/minecraft/class_9022;)Vnamed toBufLnet/minecraft/scoreboard/number/NumberFormatType;toBuf(Lnet/minecraft/network/PacketByteBuf;Lnet/minecraft/scoreboard/number/NumberFormat;)V
-
fromBuf
- Mappings:
Namespace Name Mixin selector official bLww;b(Lui;)Lwv;intermediary method_55462Lnet/minecraft/class_9023;method_55462(Lnet/minecraft/class_2540;)Lnet/minecraft/class_9022;named fromBufLnet/minecraft/scoreboard/number/NumberFormatType;fromBuf(Lnet/minecraft/network/PacketByteBuf;)Lnet/minecraft/scoreboard/number/NumberFormat;
-