Uses of Record Class
net.minecraft.server.ReloadableServerRegistries.LoadResult
Packages that use ReloadableServerRegistries.LoadResult
-
Uses of ReloadableServerRegistries.LoadResult in net.minecraft.server
Methods in net.minecraft.server that return ReloadableServerRegistries.LoadResultModifier and TypeMethodDescriptionprivate static ReloadableServerRegistries.LoadResultReloadableServerRegistries.createAndValidateFullContext(LayeredRegistryAccess<RegistryLayer> contextLayers, HolderLookup.Provider contextLookupWithUpdatedTags, RegistryAccess.Frozen reloadableRegistries) Methods in net.minecraft.server that return types with arguments of type ReloadableServerRegistries.LoadResultModifier and TypeMethodDescriptionReloadableServerRegistries.reload(LayeredRegistryAccess<RegistryLayer> context, List<Registry.PendingTags<?>> updatedContextTags, ResourceManager manager, Executor executor) Constructors in net.minecraft.server with parameters of type ReloadableServerRegistries.LoadResultModifierConstructorDescriptionprivateReloadableServerResources(ReloadableServerRegistries.LoadResult loadingContext, FeatureFlagSet enabledFeatures, Commands.CommandSelection commandSelection, List<Registry.PendingTags<?>> postponedTags, PermissionSet functionCompilationPermissions, List<DataComponentInitializers.PendingComponents<?>> newComponents)