Uses of Interface
net.minecraft.resource.ResourceManager
-
Uses of ResourceManager in net.minecraft.client
Methods in net.minecraft.client that return ResourceManager Modifier and Type Method Description ResourceManager
MinecraftClient. getResourceManager()
Methods in net.minecraft.client with parameters of type ResourceManager Modifier and Type Method Description static SaveProperties
MinecraftClient. createSaveProperties(LevelStorage.Session session, DynamicRegistryManager.Impl registryTracker, ResourceManager resourceManager, DataPackSettings dataPackSettings)
Method parameters in net.minecraft.client with type arguments of type ResourceManager Modifier and Type Method Description MinecraftClient.IntegratedResourceManager
MinecraftClient. createIntegratedResourceManager(DynamicRegistryManager.Impl registryManager, Function<LevelStorage.Session,DataPackSettings> dataPackSettingsGetter, com.mojang.datafixers.util.Function4<LevelStorage.Session,DynamicRegistryManager.Impl,ResourceManager,DataPackSettings,SaveProperties> savePropertiesGetter, boolean safeMode, LevelStorage.Session storageSession)
private void
MinecraftClient. startIntegratedServer(String worldName, DynamicRegistryManager.Impl registryTracker, Function<LevelStorage.Session,DataPackSettings> dataPackSettingsGetter, com.mojang.datafixers.util.Function4<LevelStorage.Session,DynamicRegistryManager.Impl,ResourceManager,DataPackSettings,SaveProperties> savePropertiesGetter, boolean safeMode, MinecraftClient.WorldLoadAction worldLoadAction)
-
Uses of ResourceManager in net.minecraft.client.font
Fields in net.minecraft.client.font declared as ResourceManager Modifier and Type Field Description private ResourceManager
UnicodeTextureFont. resourceManager
Methods in net.minecraft.client.font with parameters of type ResourceManager Modifier and Type Method Description @Nullable Font
BitmapFont.Loader. load(ResourceManager manager)
@Nullable Font
FontLoader. load(ResourceManager manager)
void
GlyphAtlasTexture. load(ResourceManager manager)
@Nullable Font
TrueTypeFontLoader. load(ResourceManager manager)
@Nullable Font
UnicodeTextureFont.Loader. load(ResourceManager manager)
Constructors in net.minecraft.client.font with parameters of type ResourceManager Constructor Description UnicodeTextureFont(ResourceManager resourceManager, byte[] sizes, String template)
-
Uses of ResourceManager in net.minecraft.client.gl
Fields in net.minecraft.client.gl declared as ResourceManager Modifier and Type Field Description private ResourceManager
ShaderEffect. resourceManager
Methods in net.minecraft.client.gl with parameters of type ResourceManager Modifier and Type Method Description static EffectProgram
JsonEffectGlShader. loadEffect(ResourceManager resourceManager, Program.Type type, String name)
Constructors in net.minecraft.client.gl with parameters of type ResourceManager Constructor Description JsonEffectGlShader(ResourceManager resource, String name)
PostProcessShader(ResourceManager resourceManager, String programName, Framebuffer input, Framebuffer output)
ShaderEffect(TextureManager textureManager, ResourceManager resourceManager, Framebuffer framebuffer, Identifier location)
-
Uses of ResourceManager in net.minecraft.client.gui.screen
Methods in net.minecraft.client.gui.screen with parameters of type ResourceManager Modifier and Type Method Description protected ResourceTexture.TextureData
SplashScreen.LogoTexture. loadTextureData(ResourceManager resourceManager)
-
Uses of ResourceManager in net.minecraft.client.particle
Methods in net.minecraft.client.particle with parameters of type ResourceManager Modifier and Type Method Description private void
ParticleManager. loadTextureList(ResourceManager resourceManager, Identifier id, Map<Identifier,List<Identifier>> result)
CompletableFuture<Void>
ParticleManager. reload(ResourceReloader.Synchronizer synchronizer, ResourceManager manager, Profiler prepareProfiler, Profiler applyProfiler, Executor prepareExecutor, Executor applyExecutor)
Performs a reload. -
Uses of ResourceManager in net.minecraft.client.realms.gui.screen
Methods in net.minecraft.client.realms.gui.screen with parameters of type ResourceManager Modifier and Type Method Description static void
RealmsMainScreen. method_23765(ResourceManager manager)
-
Uses of ResourceManager in net.minecraft.client.render
Fields in net.minecraft.client.render declared as ResourceManager Modifier and Type Field Description private ResourceManager
GameRenderer. resourceManager
Methods in net.minecraft.client.render with parameters of type ResourceManager Modifier and Type Method Description void
GameRenderer. loadShaders(ResourceManager manager)
void
GameRenderer. reload(ResourceManager manager)
Performs the reload in the apply executor, or the game engine.void
WorldRenderer. reload(ResourceManager manager)
Performs the reload in the apply executor, or the game engine.Constructors in net.minecraft.client.render with parameters of type ResourceManager Constructor Description GameRenderer(MinecraftClient client, ResourceManager resourceManager, BufferBuilderStorage buffers)
-
Uses of ResourceManager in net.minecraft.client.render.block
Methods in net.minecraft.client.render.block with parameters of type ResourceManager Modifier and Type Method Description void
BlockRenderManager. reload(ResourceManager manager)
Performs the reload in the apply executor, or the game engine. -
Uses of ResourceManager in net.minecraft.client.render.block.entity
Methods in net.minecraft.client.render.block.entity with parameters of type ResourceManager Modifier and Type Method Description void
BlockEntityRenderDispatcher. reload(ResourceManager manager)
Performs the reload in the apply executor, or the game engine. -
Uses of ResourceManager in net.minecraft.client.render.entity
Fields in net.minecraft.client.render.entity declared as ResourceManager Modifier and Type Field Description private ResourceManager
EntityRendererFactory.Context. resourceManager
Methods in net.minecraft.client.render.entity that return ResourceManager Modifier and Type Method Description ResourceManager
EntityRendererFactory.Context. getResourceManager()
Methods in net.minecraft.client.render.entity with parameters of type ResourceManager Modifier and Type Method Description void
EntityRenderDispatcher. reload(ResourceManager manager)
Performs the reload in the apply executor, or the game engine.Constructors in net.minecraft.client.render.entity with parameters of type ResourceManager Constructor Description Context(EntityRenderDispatcher renderDispatcher, ItemRenderer itemRenderer, ResourceManager resourceManager, EntityModelLoader modelLoader, TextRenderer textRenderer)
-
Uses of ResourceManager in net.minecraft.client.render.entity.feature
Fields in net.minecraft.client.render.entity.feature declared as ResourceManager Modifier and Type Field Description private ResourceManager
VillagerClothingFeatureRenderer. resourceManager
Constructors in net.minecraft.client.render.entity.feature with parameters of type ResourceManager Constructor Description VillagerClothingFeatureRenderer(FeatureRendererContext<T,M> context, ResourceManager resourceManager, String entityType)
-
Uses of ResourceManager in net.minecraft.client.render.entity.model
Methods in net.minecraft.client.render.entity.model with parameters of type ResourceManager Modifier and Type Method Description void
EntityModelLoader. reload(ResourceManager manager)
Performs the reload in the apply executor, or the game engine. -
Uses of ResourceManager in net.minecraft.client.render.item
Methods in net.minecraft.client.render.item with parameters of type ResourceManager Modifier and Type Method Description void
BuiltinModelItemRenderer. reload(ResourceManager manager)
Performs the reload in the apply executor, or the game engine.void
ItemRenderer. reload(ResourceManager manager)
Performs the reload in the apply executor, or the game engine. -
Uses of ResourceManager in net.minecraft.client.render.model
Fields in net.minecraft.client.render.model declared as ResourceManager Modifier and Type Field Description private ResourceManager
ModelLoader. resourceManager
Methods in net.minecraft.client.render.model with parameters of type ResourceManager Modifier and Type Method Description protected void
BakedModelManager. apply(ModelLoader modelLoader, ResourceManager resourceManager, Profiler profiler)
protected ModelLoader
BakedModelManager. prepare(ResourceManager resourceManager, Profiler profiler)
Constructors in net.minecraft.client.render.model with parameters of type ResourceManager Constructor Description ModelLoader(ResourceManager resourceManager, BlockColors blockColors, Profiler profiler, int int2)
-
Uses of ResourceManager in net.minecraft.client.resource
Methods in net.minecraft.client.resource with parameters of type ResourceManager Modifier and Type Method Description protected void
FoliageColormapResourceSupplier. apply(int[] int2, ResourceManager resourceManager, Profiler profiler)
protected void
GrassColormapResourceSupplier. apply(int[] int2, ResourceManager resourceManager, Profiler profiler)
protected void
SplashTextResourceSupplier. apply(List<String> list, ResourceManager resourceManager, Profiler profiler)
protected void
VideoWarningManager. apply(VideoWarningManager.WarningPatternLoader warningPatternLoader, ResourceManager resourceManager, Profiler profiler)
private static @Nullable JsonObject
VideoWarningManager. loadWarnlist(ResourceManager resourceManager, Profiler profiler)
protected int[]
GrassColormapResourceSupplier. method_18662(ResourceManager resourceManager, Profiler profiler)
protected List<String>
SplashTextResourceSupplier. prepare(ResourceManager resourceManager, Profiler profiler)
protected VideoWarningManager.WarningPatternLoader
VideoWarningManager. prepare(ResourceManager resourceManager, Profiler profiler)
protected int[]
FoliageColormapResourceSupplier. reload(ResourceManager resourceManager, Profiler profiler)
-
Uses of ResourceManager in net.minecraft.client.resource.language
Methods in net.minecraft.client.resource.language with parameters of type ResourceManager Modifier and Type Method Description static TranslationStorage
TranslationStorage. load(ResourceManager resourceManager, List<LanguageDefinition> definitions)
void
LanguageManager. reload(ResourceManager manager)
Performs the reload in the apply executor, or the game engine. -
Uses of ResourceManager in net.minecraft.client.search
Methods in net.minecraft.client.search with parameters of type ResourceManager Modifier and Type Method Description void
SearchManager. reload(ResourceManager manager)
Performs the reload in the apply executor, or the game engine. -
Uses of ResourceManager in net.minecraft.client.sound
Fields in net.minecraft.client.sound declared as ResourceManager Modifier and Type Field Description private ResourceManager
SoundLoader. resourceManager
Methods in net.minecraft.client.sound with parameters of type ResourceManager Modifier and Type Method Description protected void
SoundManager. apply(SoundManager.SoundList soundList, ResourceManager resourceManager, Profiler profiler)
private static boolean
SoundManager. isSoundResourcePresent(Sound sound, Identifier id, ResourceManager resourceManager)
protected SoundManager.SoundList
SoundManager. prepare(ResourceManager resourceManager, Profiler profiler)
private void
SoundManager.SoundList. register(Identifier id, SoundEntry entry, ResourceManager resourceManager)
Constructors in net.minecraft.client.sound with parameters of type ResourceManager Constructor Description SoundLoader(ResourceManager resourceManager)
SoundManager(ResourceManager resourceManager, GameOptions gameOptions)
SoundSystem(SoundManager loader, GameOptions settings, ResourceManager resourceManager)
-
Uses of ResourceManager in net.minecraft.client.texture
Fields in net.minecraft.client.texture declared as ResourceManager Modifier and Type Field Description private ResourceManager
TextureManager. resourceContainer
Methods in net.minecraft.client.texture with parameters of type ResourceManager Modifier and Type Method Description protected void
SpriteAtlasHolder. apply(SpriteAtlasTexture.Data data, ResourceManager resourceManager, Profiler profiler)
abstract void
AbstractTexture. load(ResourceManager manager)
void
NativeImageBackedTexture. load(ResourceManager manager)
void
PlayerSkinTexture. load(ResourceManager manager)
void
ResourceTexture. load(ResourceManager manager)
static ResourceTexture.TextureData
ResourceTexture.TextureData. load(ResourceManager resourceManager, Identifier identifier)
void
SpriteAtlasTexture. load(ResourceManager manager)
private @Nullable Sprite
SpriteAtlasTexture. loadSprite(ResourceManager container, Sprite.Info info, int atlasWidth, int atlasHeight, int maxLevel, int x, int y)
private Collection<Sprite.Info>
SpriteAtlasTexture. loadSprites(ResourceManager resourceManager, Set<Identifier> ids)
private List<Sprite>
SpriteAtlasTexture. loadSprites(ResourceManager resourceManager, TextureStitcher textureStitcher, int maxLevel)
protected ResourceTexture.TextureData
AsyncTexture. loadTextureData(ResourceManager resourceManager)
protected ResourceTexture.TextureData
ResourceTexture. loadTextureData(ResourceManager resourceManager)
protected SpriteAtlasTexture.Data
SpriteAtlasHolder. prepare(ResourceManager resourceManager, Profiler profiler)
void
AbstractTexture. registerTexture(TextureManager textureManager, ResourceManager resourceManager, Identifier identifier, Executor executor)
void
AsyncTexture. registerTexture(TextureManager textureManager, ResourceManager resourceManager, Identifier identifier, Executor executor)
CompletableFuture<Void>
TextureManager. reload(ResourceReloader.Synchronizer synchronizer, ResourceManager manager, Profiler prepareProfiler, Profiler applyProfiler, Executor prepareExecutor, Executor applyExecutor)
Performs a reload.SpriteAtlasTexture.Data
SpriteAtlasTexture. stitch(ResourceManager resourceManager, Stream<Identifier> idStream, Profiler profiler, int mipmapLevel)
Constructors in net.minecraft.client.texture with parameters of type ResourceManager Constructor Description AsyncTexture(ResourceManager resourceManager, Identifier identifier, Executor executor)
TextureManager(ResourceManager resourceManager)
-
Uses of ResourceManager in net.minecraft.client.util
Methods in net.minecraft.client.util with parameters of type ResourceManager Modifier and Type Method Description static int[]
RawTextureDataLoader. loadRawTextureData(ResourceManager resourceManager, Identifier identifier)
Deprecated. -
Uses of ResourceManager in net.minecraft.loot
Methods in net.minecraft.loot with parameters of type ResourceManager Modifier and Type Method Description protected void
LootManager. apply(Map<Identifier,JsonElement> map, ResourceManager resourceManager, Profiler profiler)
-
Uses of ResourceManager in net.minecraft.loot.condition
Methods in net.minecraft.loot.condition with parameters of type ResourceManager Modifier and Type Method Description protected void
LootConditionManager. apply(Map<Identifier,JsonElement> map, ResourceManager resourceManager, Profiler profiler)
-
Uses of ResourceManager in net.minecraft.loot.function
Methods in net.minecraft.loot.function with parameters of type ResourceManager Modifier and Type Method Description protected void
LootFunctionManager. apply(Map<Identifier,JsonElement> map, ResourceManager resourceManager, Profiler profiler)
-
Uses of ResourceManager in net.minecraft.recipe
Methods in net.minecraft.recipe with parameters of type ResourceManager Modifier and Type Method Description protected void
RecipeManager. apply(Map<Identifier,JsonElement> map, ResourceManager resourceManager, Profiler profiler)
-
Uses of ResourceManager in net.minecraft.resource
Subinterfaces of ResourceManager in net.minecraft.resource Modifier and Type Interface Description interface
ReloadableResourceManager
A resource manager that has a reload mechanism.Classes in net.minecraft.resource that implement ResourceManager Modifier and Type Class Description class
NamespaceResourceManager
class
ReloadableResourceManagerImpl
static class
ResourceManager.Empty
Fields in net.minecraft.resource declared as ResourceManager Modifier and Type Field Description protected ResourceManager
SimpleResourceReload. manager
Methods in net.minecraft.resource that return ResourceManager Modifier and Type Method Description ResourceManager
ServerResourceManager. getResourceManager()
Methods in net.minecraft.resource with parameters of type ResourceManager Modifier and Type Method Description protected abstract void
SinglePreparationResourceReloader. apply(T prepared, ResourceManager manager, Profiler profiler)
Handles the prepared intermediate object.static SimpleResourceReload<Void>
SimpleResourceReload. create(ResourceManager manager, List<ResourceReloader> reloaders, Executor prepareExecutor, Executor applyExecutor, CompletableFuture<Unit> initialStage)
Creates a simple resource reload without additional results.CompletableFuture<S>
SimpleResourceReload.Factory. create(ResourceReloader.Synchronizer synchronizer, ResourceManager manager, ResourceReloader reloader, Executor prepareExecutor, Executor applyExecutor)
protected Map<Identifier,JsonElement>
JsonDataLoader. prepare(ResourceManager resourceManager, Profiler profiler)
protected abstract T
SinglePreparationResourceReloader. prepare(ResourceManager manager, Profiler profiler)
Prepares the intermediate object.CompletableFuture<Void>
ResourceReloader. reload(ResourceReloader.Synchronizer synchronizer, ResourceManager manager, Profiler prepareProfiler, Profiler applyProfiler, Executor prepareExecutor, Executor applyExecutor)
Performs a reload.CompletableFuture<Void>
SinglePreparationResourceReloader. reload(ResourceReloader.Synchronizer synchronizer, ResourceManager manager, Profiler prepareProfiler, Profiler applyProfiler, Executor prepareExecutor, Executor applyExecutor)
Performs a reload.void
SynchronousResourceReloader. reload(ResourceManager manager)
Performs the reload in the apply executor, or the game engine.default CompletableFuture<Void>
SynchronousResourceReloader. reload(ResourceReloader.Synchronizer synchronizer, ResourceManager manager, Profiler prepareProfiler, Profiler applyProfiler, Executor prepareExecutor, Executor applyExecutor)
Performs a reload.Constructors in net.minecraft.resource with parameters of type ResourceManager Constructor Description ProfiledResourceReload(ResourceManager manager, List<ResourceReloader> reloaders, Executor prepareExecutor, Executor applyExecutor, CompletableFuture<Unit> initialStage)
SimpleResourceReload(Executor prepareExecutor, Executor applyExecutor, ResourceManager manager, List<ResourceReloader> reloaders, SimpleResourceReload.Factory<S> factory, CompletableFuture<Unit> initialStage)
-
Uses of ResourceManager in net.minecraft.server
Methods in net.minecraft.server that return ResourceManager Modifier and Type Method Description ResourceManager
MinecraftServer. method_34864()
Methods in net.minecraft.server with parameters of type ResourceManager Modifier and Type Method Description protected void
ServerAdvancementLoader. apply(Map<Identifier,JsonElement> map, ResourceManager resourceManager, Profiler profiler)
-
Uses of ResourceManager in net.minecraft.server.function
Methods in net.minecraft.server.function with parameters of type ResourceManager Modifier and Type Method Description private static List<String>
FunctionLoader. readLines(ResourceManager resourceManager, Identifier id)
CompletableFuture<Void>
FunctionLoader. reload(ResourceReloader.Synchronizer synchronizer, ResourceManager manager, Profiler prepareProfiler, Profiler applyProfiler, Executor prepareExecutor, Executor applyExecutor)
Performs a reload. -
Uses of ResourceManager in net.minecraft.structure
Fields in net.minecraft.structure declared as ResourceManager Modifier and Type Field Description private ResourceManager
StructureManager. resourceManager
Methods in net.minecraft.structure with parameters of type ResourceManager Modifier and Type Method Description void
StructureManager. setResourceManager(ResourceManager resourceManager)
Constructors in net.minecraft.structure with parameters of type ResourceManager Constructor Description StructureManager(ResourceManager resourceManager, LevelStorage.Session session, com.mojang.datafixers.DataFixer dataFixer)
-
Uses of ResourceManager in net.minecraft.tag
Methods in net.minecraft.tag with parameters of type ResourceManager Modifier and Type Method Description private <T> @Nullable TagManagerLoader.RequiredGroup<T>
TagManagerLoader. buildRequiredGroup(ResourceManager resourceManager, Executor prepareExecutor, RequiredTagList<T> requirement)
TagGroup<T>
TagGroupLoader. load(ResourceManager manager)
Map<Identifier,Tag.Builder>
TagGroupLoader. loadTags(ResourceManager manager)
CompletableFuture<Void>
TagManagerLoader. reload(ResourceReloader.Synchronizer synchronizer, ResourceManager manager, Profiler prepareProfiler, Profiler applyProfiler, Executor prepareExecutor, Executor applyExecutor)
Performs a reload. -
Uses of ResourceManager in net.minecraft.util.dynamic
Methods in net.minecraft.util.dynamic with parameters of type ResourceManager Modifier and Type Method Description static <T> RegistryOps<T>
RegistryOps. of(com.mojang.serialization.DynamicOps<T> delegate, ResourceManager resourceManager, DynamicRegistryManager dynamicRegistryManager)
static RegistryOps.EntryLoader
RegistryOps.EntryLoader. resourceBacked(ResourceManager resourceManager)