Package net.minecraft.resource
-
Interface Summary Interface Description ReloadableResourceManager A resource manager that has a reload mechanism.Resource ResourceFactory Provides resource access.ResourceManager Provides resource loading capabilities to Minecraft.ResourcePack ResourcePackProfile.Factory ResourcePackProvider ResourcePackSource ResourceReload Represents a resource reload.ResourceReloader A resource reloader performs actual reloading in its reload in a reloadable resource manager it is registered to.ResourceReloader.Synchronizer A synchronizer to indicate completion of a reloader's prepare stage and to allow start of the apply stage only if all reloaders have finished the prepare stage.SimpleResourceReload.Factory<S> A factory that creates a completable future for each reloader in the resource reload.SynchronousResourceReloader A base resource reloader that does all its work in the apply executor, or the game engine's thread. -
Class Summary Class Description AbstractFileResourcePack DataPackSettings DefaultResourcePack DirectoryResourcePack FileResourcePackProvider JsonDataLoader An abstract implementation of resource reloader that reads JSON files into Gson representations in the prepare stage.NamespaceResourceManager NamespaceResourceManager.DebugInputStream ProfiledResourceReload An implementation of resource reload that includes an additional profiling summary for each reloader.ProfiledResourceReload.Summary The profiling summary for each reloader in the reload.ReloadableResourceManagerImpl ReloadableResourceManagerImpl.FailedReload ResourceImpl ResourcePackManager ResourcePackProfile ServerResourceManager SimpleResourceReload<S> A simple implementation of resource reload.SinglePreparationResourceReloader<T> A base resource reloader implementation that prepares an object in a single call (as opposed to in multiple concurrent tasks) and handles the prepared object in the apply stage.VanillaDataPackProvider ZipResourcePack -
Enum Summary Enum Description ResourceManager.Empty ResourcePackCompatibility ResourcePackProfile.InsertionPosition ResourceType -
Exception Summary Exception Description ReloadableResourceManagerImpl.PackAdditionFailedException ResourceNotFoundException