Uses of Class
net.minecraft.registry.tag.TagPacketSerializer.Serialized
Packages that use TagPacketSerializer.Serialized
Package
Description
-
Uses of TagPacketSerializer.Serialized in net.minecraft.client.network
Fields in net.minecraft.client.network with type parameters of type TagPacketSerializer.SerializedModifier and TypeFieldDescriptionprivate final Map<RegistryKey<? extends Registry<?>>, TagPacketSerializer.Serialized> ClientRegistries.Tags.tagsMethods in net.minecraft.client.network with parameters of type TagPacketSerializer.SerializedModifier and TypeMethodDescriptionvoidClientRegistries.Tags.put(RegistryKey<? extends Registry<?>> registryRef, TagPacketSerializer.Serialized tags) private <T> Registry.PendingTagLoad<T> ClientPlayNetworkHandler.startTagReload(RegistryKey<? extends Registry<? extends T>> registryRef, TagPacketSerializer.Serialized serialized) private static <T> Registry.PendingTagLoad<T> ClientRegistries.startTagReload(DynamicRegistryManager.Immutable registryManager, RegistryKey<? extends Registry<? extends T>> registryRef, TagPacketSerializer.Serialized tags) Method parameters in net.minecraft.client.network with type arguments of type TagPacketSerializer.SerializedModifier and TypeMethodDescriptionvoidClientRegistries.Tags.forEach(BiConsumer<? super RegistryKey<? extends Registry<?>>, ? super TagPacketSerializer.Serialized> consumer) voidClientRegistries.putTags(Map<RegistryKey<? extends Registry<?>>, TagPacketSerializer.Serialized> tags) -
Uses of TagPacketSerializer.Serialized in net.minecraft.network.packet.s2c.common
Fields in net.minecraft.network.packet.s2c.common with type parameters of type TagPacketSerializer.SerializedModifier and TypeFieldDescriptionprivate final Map<RegistryKey<? extends Registry<?>>, TagPacketSerializer.Serialized> SynchronizeTagsS2CPacket.groupsMethods in net.minecraft.network.packet.s2c.common that return types with arguments of type TagPacketSerializer.SerializedModifier and TypeMethodDescriptionMap<RegistryKey<? extends Registry<?>>, TagPacketSerializer.Serialized> SynchronizeTagsS2CPacket.getGroups()Constructor parameters in net.minecraft.network.packet.s2c.common with type arguments of type TagPacketSerializer.SerializedModifierConstructorDescriptionSynchronizeTagsS2CPacket(Map<RegistryKey<? extends Registry<?>>, TagPacketSerializer.Serialized> groups) -
Uses of TagPacketSerializer.Serialized in net.minecraft.registry
Fields in net.minecraft.registry declared as TagPacketSerializer.SerializedModifier and TypeFieldDescriptionprivate final TagPacketSerializer.SerializedRegistryLoader.ElementsAndTags.tagsThe field for thetagsrecord component.Methods in net.minecraft.registry that return TagPacketSerializer.SerializedModifier and TypeMethodDescriptionRegistryLoader.ElementsAndTags.tags()Returns the value of thetagsrecord component.Constructors in net.minecraft.registry with parameters of type TagPacketSerializer.SerializedModifierConstructorDescriptionElementsAndTags(List<SerializableRegistries.SerializedRegistryEntry> list, TagPacketSerializer.Serialized serialized) -
Uses of TagPacketSerializer.Serialized in net.minecraft.registry.tag
Fields in net.minecraft.registry.tag declared as TagPacketSerializer.SerializedModifier and TypeFieldDescriptionstatic final TagPacketSerializer.SerializedTagPacketSerializer.Serialized.NONEMethods in net.minecraft.registry.tag that return TagPacketSerializer.SerializedModifier and TypeMethodDescriptionTagPacketSerializer.Serialized.fromBuf(PacketByteBuf buf) private static <T> TagPacketSerializer.SerializedTagPacketSerializer.serializeTags(Registry<T> registry) Methods in net.minecraft.registry.tag that return types with arguments of type TagPacketSerializer.SerializedModifier and TypeMethodDescriptionstatic Map<RegistryKey<? extends Registry<?>>, TagPacketSerializer.Serialized> TagPacketSerializer.serializeTags(CombinedDynamicRegistries<ServerDynamicRegistryType> dynamicRegistryManager) Methods in net.minecraft.registry.tag with parameters of type TagPacketSerializer.SerializedModifier and TypeMethodDescriptionstatic <T> voidTagGroupLoader.loadFromNetwork(TagPacketSerializer.Serialized tags, MutableRegistry<T> registry) (package private) static <T> TagGroupLoader.RegistryTags<T> TagPacketSerializer.toRegistryTags(Registry<T> registry, TagPacketSerializer.Serialized tags)