Uses of Record Class
net.minecraft.registry.SerializableRegistries.class_9176
Packages that use SerializableRegistries.class_9176
Package
Description
The base package for all Minecraft classes.
-
Uses of SerializableRegistries.class_9176 in net.minecraft
Fields in net.minecraft with type parameters of type SerializableRegistries.class_9176Modifier and TypeFieldDescriptionprivate final Map<RegistryKey<? extends Registry<?>>,List<SerializableRegistries.class_9176>> class_9173.class_9174.field_48769Method parameters in net.minecraft with type arguments of type SerializableRegistries.class_9176Modifier and TypeMethodDescriptionvoidclass_9173.method_56583(RegistryKey<? extends Registry<?>> registryKey, List<SerializableRegistries.class_9176> list) voidclass_9173.class_9174.method_56588(RegistryKey<? extends Registry<?>> registryKey, List<SerializableRegistries.class_9176> list) -
Uses of SerializableRegistries.class_9176 in net.minecraft.network.packet.s2c.config
Fields in net.minecraft.network.packet.s2c.config with type parameters of type SerializableRegistries.class_9176Modifier and TypeFieldDescriptionprivate final List<SerializableRegistries.class_9176>DynamicRegistriesS2CPacket.entriesThe field for theentriesrecord component.Methods in net.minecraft.network.packet.s2c.config that return types with arguments of type SerializableRegistries.class_9176Modifier and TypeMethodDescriptionDynamicRegistriesS2CPacket.entries()Returns the value of theentriesrecord component.Constructor parameters in net.minecraft.network.packet.s2c.config with type arguments of type SerializableRegistries.class_9176ModifierConstructorDescriptionDynamicRegistriesS2CPacket(RegistryKey<? extends Registry<?>> registryKey, List<SerializableRegistries.class_9176> list) -
Uses of SerializableRegistries.class_9176 in net.minecraft.registry
Fields in net.minecraft.registry with type parameters of type SerializableRegistries.class_9176Modifier and TypeFieldDescriptionstatic final PacketCodec<ByteBuf,SerializableRegistries.class_9176> SerializableRegistries.class_9176.field_48772Method parameters in net.minecraft.registry with type arguments of type SerializableRegistries.class_9176Modifier and TypeMethodDescription(package private) static <E> voidRegistryLoader.method_56518(Map<RegistryKey<? extends Registry<?>>, List<SerializableRegistries.class_9176>> map, RegistryOps.RegistryInfoGetter registryInfoGetter, MutableRegistry<E> mutableRegistry, com.mojang.serialization.Decoder<E> decoder, Map<RegistryKey<?>, Exception> map2) RegistryLoader.method_56519(Map<RegistryKey<? extends Registry<?>>, List<SerializableRegistries.class_9176>> map, DynamicRegistryManager dynamicRegistryManager, List<RegistryLoader.Entry<?>> list) voidRegistryLoader.class_9158.method_56521(Map<RegistryKey<? extends Registry<?>>, List<SerializableRegistries.class_9176>> map, RegistryOps.RegistryInfoGetter registryInfoGetter) private static <T> voidSerializableRegistries.method_56597(com.mojang.serialization.DynamicOps<NbtElement> dynamicOps, RegistryLoader.Entry<T> entry, DynamicRegistryManager dynamicRegistryManager, BiConsumer<RegistryKey<? extends Registry<?>>, List<SerializableRegistries.class_9176>> biConsumer) static voidSerializableRegistries.method_56598(com.mojang.serialization.DynamicOps<NbtElement> dynamicOps, DynamicRegistryManager dynamicRegistryManager, BiConsumer<RegistryKey<? extends Registry<?>>, List<SerializableRegistries.class_9176>> biConsumer)