Package net.minecraft.resource
-
Interface Summary Interface Description ReloadableResourceManager A resource manager that has a reload mechanism.Resource A resource of binary data.ResourceManager Provides resource loading capabilities to Minecraft.ResourcePack A resource pack, providing resources to resource managers.ResourcePackProfile.Factory ResourcePackProvider A resource pack provider providesResourcePackProfiles, usually toResourcePackManagers.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> 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 ReloadableResourceManagerImpl ReloadableResourceManagerImpl.FailedResourceReloadMonitor ResourceImpl ResourcePackManager A resource pack manager manages a list ofResourcePackProfiles and builds a list of resource packs when the resource manager reloads.ResourcePackProfile Represents a resource pack in aResourcePackManager.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