Uses of Class
net.minecraft.tag.TagGroup.Serialized
| Package | Description |
|---|---|
| net.minecraft.network.packet.s2c.play | |
| net.minecraft.tag |
-
Uses of TagGroup.Serialized in net.minecraft.network.packet.s2c.play
Fields in net.minecraft.network.packet.s2c.play with type parameters of type TagGroup.Serialized Modifier and Type Field Description private Map<RegistryKey<? extends Registry<?>>,TagGroup.Serialized>SynchronizeTagsS2CPacket. groupsMethods in net.minecraft.network.packet.s2c.play that return types with arguments of type TagGroup.Serialized Modifier and Type Method Description Map<RegistryKey<? extends Registry<?>>,TagGroup.Serialized>SynchronizeTagsS2CPacket. getGroups()Constructor parameters in net.minecraft.network.packet.s2c.play with type arguments of type TagGroup.Serialized Constructor Description SynchronizeTagsS2CPacket(Map<RegistryKey<? extends Registry<?>>,TagGroup.Serialized> groups) -
Uses of TagGroup.Serialized in net.minecraft.tag
Methods in net.minecraft.tag that return TagGroup.Serialized Modifier and Type Method Description static TagGroup.SerializedTagGroup.Serialized. fromBuf(PacketByteBuf buf)default TagGroup.SerializedTagGroup. serialize(Registry<T> registry)Serializes this tag group.Methods in net.minecraft.tag that return types with arguments of type TagGroup.Serialized Modifier and Type Method Description Map<RegistryKey<? extends Registry<?>>,TagGroup.Serialized>TagManager. toPacket(DynamicRegistryManager registryManager)Methods in net.minecraft.tag with parameters of type TagGroup.Serialized Modifier and Type Method Description static <T> TagGroup<T>TagGroup. deserialize(TagGroup.Serialized serialized, Registry<? extends T> registry)Deserializes a serialized tag group.private static <T> voidTagManager. tryAdd(DynamicRegistryManager registryManager, TagManager.Builder builder, RegistryKey<? extends Registry<? extends T>> type, TagGroup.Serialized group)Method parameters in net.minecraft.tag with type arguments of type TagGroup.Serialized Modifier and Type Method Description static TagManagerTagManager. fromPacket(DynamicRegistryManager registryManager, Map<RegistryKey<? extends Registry<?>>,TagGroup.Serialized> groups)