Uses of Class
net.minecraft.tag.TagGroup.Serialized
Packages that use TagGroup.Serialized
-
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.SerializedModifier and TypeFieldDescriptionprivate Map<RegistryKey<? extends Registry<?>>,TagGroup.Serialized>SynchronizeTagsS2CPacket.groupsMethods in net.minecraft.network.packet.s2c.play that return types with arguments of type TagGroup.SerializedModifier and TypeMethodDescriptionMap<RegistryKey<? extends Registry<?>>,TagGroup.Serialized>SynchronizeTagsS2CPacket.getGroups()Constructor parameters in net.minecraft.network.packet.s2c.play with type arguments of type TagGroup.SerializedModifierConstructorDescriptionSynchronizeTagsS2CPacket(Map<RegistryKey<? extends Registry<?>>,TagGroup.Serialized> groups) -
Uses of TagGroup.Serialized in net.minecraft.tag
Methods in net.minecraft.tag that return TagGroup.SerializedModifier and TypeMethodDescriptionstatic TagGroup.SerializedTagGroup.Serialized.fromBuf(PacketByteBuf buf)default TagGroup.SerializedSerializes this tag group.Methods in net.minecraft.tag that return types with arguments of type TagGroup.SerializedModifier and TypeMethodDescriptionMap<RegistryKey<? extends Registry<?>>,TagGroup.Serialized>TagManager.toPacket(DynamicRegistryManager registryManager)Methods in net.minecraft.tag with parameters of type TagGroup.SerializedModifier and TypeMethodDescriptionstatic <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.SerializedModifier and TypeMethodDescriptionstatic TagManagerTagManager.fromPacket(DynamicRegistryManager registryManager, Map<RegistryKey<? extends Registry<?>>,TagGroup.Serialized> groups)