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 final Map<RegistryKey<? extends Registry<?>>,
TagGroup.Serialized> SynchronizeTagsS2CPacket.groups
Methods 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.Serialized
TagGroup.Serialized.fromBuf
(PacketByteBuf buf) default TagGroup.Serialized
Serializes 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> void
TagManager.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 TagManager
TagManager.fromPacket
(DynamicRegistryManager registryManager, Map<RegistryKey<? extends Registry<?>>, TagGroup.Serialized> groups)