Package net.minecraft.tag
Class TagGroup.Serialized
java.lang.Object
net.minecraft.tag.TagGroup.Serialized
A serialization-friendly POJO representation of a tag group. This allows easy transport of tag groups
over Minecraft network protocol.
This stores tag entries with raw integer IDs and requires a registry for raw ID access to serialize or deserialize tag groups.
- Mappings:
Namespace Name official ahs$a
intermediary net/minecraft/class_5414$class_5748
named net/minecraft/tag/TagGroup$Serialized
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic TagGroup.Serialized
fromBuf
(PacketByteBuf buf) void
writeBuf
(PacketByteBuf buf)
-
Field Details
-
contents
- Mappings:
Namespace Name Mixin selector official a
Lahs$a;a:Ljava/util/Map;
intermediary field_28304
Lnet/minecraft/class_5414$class_5748;field_28304:Ljava/util/Map;
named contents
Lnet/minecraft/tag/TagGroup$Serialized;contents:Ljava/util/Map;
-
-
Constructor Details
-
Serialized
Serialized(Map<Identifier, IntList> contents) - Mappings:
Namespace Name Mixin selector official <init>
Lahs$a;<init>(Ljava/util/Map;)V
intermediary <init>
Lnet/minecraft/class_5414$class_5748;<init>(Ljava/util/Map;)V
named <init>
Lnet/minecraft/tag/TagGroup$Serialized;<init>(Ljava/util/Map;)V
-
-
Method Details
-
writeBuf
- Mappings:
Namespace Name Mixin selector official a
Lahs$a;a(Lpn;)V
intermediary method_33159
Lnet/minecraft/class_5414$class_5748;method_33159(Lnet/minecraft/class_2540;)V
named writeBuf
Lnet/minecraft/tag/TagGroup$Serialized;writeBuf(Lnet/minecraft/network/PacketByteBuf;)V
-
fromBuf
- Mappings:
Namespace Name Mixin selector official b
Lahs$a;b(Lpn;)Lahs$a;
intermediary method_33160
Lnet/minecraft/class_5414$class_5748;method_33160(Lnet/minecraft/class_2540;)Lnet/minecraft/class_5414$class_5748;
named fromBuf
Lnet/minecraft/tag/TagGroup$Serialized;fromBuf(Lnet/minecraft/network/PacketByteBuf;)Lnet/minecraft/tag/TagGroup$Serialized;
-