Package net.minecraft.registry.tag
Class TagPacketSerializer.Serialized
java.lang.Object
net.minecraft.registry.tag.TagPacketSerializer.Serialized
- Enclosing class:
TagPacketSerializer
A serialization-friendly POJO representation of a registry entry list of tags.
This allows easy transport of tags over Minecraft network protocol.
This stores tag entries with raw integer IDs and requires a registry for raw ID access to serialize or deserialize tags.
- Mappings:
Namespace Name named net/minecraft/registry/tag/TagPacketSerializer$Serialized
intermediary net/minecraft/class_6864$class_5748
official aww$a
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfromBuf
(PacketByteBuf buf) <T> void
int
size()
void
writeBuf
(PacketByteBuf buf)
-
Field Details
-
contents
- Mappings:
Namespace Name Mixin selector named contents
Lnet/minecraft/registry/tag/TagPacketSerializer$Serialized;contents:Ljava/util/Map;
intermediary field_28304
Lnet/minecraft/class_6864$class_5748;field_28304:Ljava/util/Map;
official a
Laww$a;a:Ljava/util/Map;
-
-
Constructor Details
-
Serialized
Serialized(Map<Identifier, IntList> contents) - Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/registry/tag/TagPacketSerializer$Serialized;<init>(Ljava/util/Map;)V
intermediary <init>
Lnet/minecraft/class_6864$class_5748;<init>(Ljava/util/Map;)V
official <init>
Laww$a;<init>(Ljava/util/Map;)V
-
-
Method Details
-
writeBuf
- Mappings:
Namespace Name Mixin selector named writeBuf
Lnet/minecraft/registry/tag/TagPacketSerializer$Serialized;writeBuf(Lnet/minecraft/network/PacketByteBuf;)V
intermediary method_33159
Lnet/minecraft/class_6864$class_5748;method_33159(Lnet/minecraft/class_2540;)V
official a
Laww$a;a(Lvv;)V
-
fromBuf
- Mappings:
Namespace Name Mixin selector named fromBuf
Lnet/minecraft/registry/tag/TagPacketSerializer$Serialized;fromBuf(Lnet/minecraft/network/PacketByteBuf;)Lnet/minecraft/registry/tag/TagPacketSerializer$Serialized;
intermediary method_33160
Lnet/minecraft/class_6864$class_5748;method_33160(Lnet/minecraft/class_2540;)Lnet/minecraft/class_6864$class_5748;
official b
Laww$a;b(Lvv;)Laww$a;
-
size
public int size()- Mappings:
Namespace Name Mixin selector named size
Lnet/minecraft/registry/tag/TagPacketSerializer$Serialized;size()I
intermediary method_56531
Lnet/minecraft/class_6864$class_5748;method_56531()I
official a
Laww$a;a()I
-
loadTo
- Mappings:
Namespace Name Mixin selector named loadTo
Lnet/minecraft/registry/tag/TagPacketSerializer$Serialized;loadTo(Lnet/minecraft/registry/Registry;)V
intermediary method_56532
Lnet/minecraft/class_6864$class_5748;method_56532(Lnet/minecraft/class_2378;)V
official a
Laww$a;a(Ljz;)V
-