Uses of Interface
net.minecraft.registry.Registry.class_10106
Packages that use Registry.class_10106
Package
Description
-
Uses of Registry.class_10106 in net.minecraft.client.network
Methods in net.minecraft.client.network that return Registry.class_10106Modifier and TypeMethodDescriptionprivate <T> Registry.class_10106<T> ClientPlayNetworkHandler.method_62148(RegistryKey<? extends Registry<? extends T>> registryKey, TagPacketSerializer.Serialized serialized) private static <T> Registry.class_10106<T> ClientRegistries.method_62160(DynamicRegistryManager.Immutable immutable, RegistryKey<? extends Registry<? extends T>> registryKey, TagPacketSerializer.Serialized serialized) -
Uses of Registry.class_10106 in net.minecraft.registry
Methods in net.minecraft.registry that return Registry.class_10106Modifier and TypeMethodDescriptionRegistry.method_62683(TagGroupLoader.RegistryTags<T> registryTags) SimpleRegistry.method_62683(TagGroupLoader.RegistryTags<T> registryTags) Method parameters in net.minecraft.registry with type arguments of type Registry.class_10106Modifier and TypeMethodDescriptionReloadableRegistries.reload(CombinedDynamicRegistries<ServerDynamicRegistryType> dynamicRegistries, List<Registry.class_10106<?>> list, ResourceManager resourceManager, Executor executor) -
Uses of Registry.class_10106 in net.minecraft.registry.tag
Methods in net.minecraft.registry.tag that return Registry.class_10106Modifier and TypeMethodDescriptionprivate static Registry.class_10106<?> TagGroupLoader.method_61310(List<Registry.class_10106<?>> list, RegistryKey<? extends Registry<?>> registryKey) Methods in net.minecraft.registry.tag that return types with arguments of type Registry.class_10106Modifier and TypeMethodDescriptionprivate static <T> Optional<Registry.class_10106<T>> TagGroupLoader.method_61305(ResourceManager resourceManager, Registry<T> registry) static List<Registry.class_10106<?>> TagGroupLoader.method_61307(ResourceManager resourceManager, DynamicRegistryManager dynamicRegistryManager) Method parameters in net.minecraft.registry.tag with type arguments of type Registry.class_10106Modifier and TypeMethodDescriptionprivate static Registry.class_10106<?> TagGroupLoader.method_61310(List<Registry.class_10106<?>> list, RegistryKey<? extends Registry<?>> registryKey) static List<RegistryWrapper.Impl<?>> TagGroupLoader.method_61313(DynamicRegistryManager.Immutable immutable, List<Registry.class_10106<?>> list) -
Uses of Registry.class_10106 in net.minecraft.server
Fields in net.minecraft.server with type parameters of type Registry.class_10106Modifier and TypeFieldDescriptionprivate final List<Registry.class_10106<?>> DataPackContents.field_52345Method parameters in net.minecraft.server with type arguments of type Registry.class_10106Modifier and TypeMethodDescriptionstatic CompletableFuture<DataPackContents> DataPackContents.reload(ResourceManager resourceManager, CombinedDynamicRegistries<ServerDynamicRegistryType> dynamicRegistries, List<Registry.class_10106<?>> list, FeatureSet featureSet, CommandManager.RegistrationEnvironment registrationEnvironment, int int2, Executor executor, Executor executor2) Reloads the data packs contents.Constructor parameters in net.minecraft.server with type arguments of type Registry.class_10106ModifierConstructorDescriptionprivateDataPackContents(CombinedDynamicRegistries<ServerDynamicRegistryType> combinedDynamicRegistries, RegistryWrapper.WrapperLookup wrapperLookup, FeatureSet featureSet, CommandManager.RegistrationEnvironment registrationEnvironment, List<Registry.class_10106<?>> list, int int2)