Uses of Interface
net.minecraft.resources.IResourceManager
-
-
Uses of IResourceManager in com.mojang.realmsclient
Methods in com.mojang.realmsclient with parameters of type IResourceManager Modifier and Type Method Description static void
RealmsMainScreen. updateTeaserImages(IResourceManager p_227932_0_)
-
Uses of IResourceManager in net.minecraft.advancements
Methods in net.minecraft.advancements with parameters of type IResourceManager Modifier and Type Method Description protected void
AdvancementManager. apply(java.util.Map<ResourceLocation,com.google.gson.JsonElement> p_212853_1_, IResourceManager p_212853_2_, IProfiler p_212853_3_)
-
Uses of IResourceManager in net.minecraft.client
Methods in net.minecraft.client that return IResourceManager Modifier and Type Method Description IResourceManager
Minecraft. getResourceManager()
Methods in net.minecraft.client with parameters of type IResourceManager Modifier and Type Method Description static IServerConfiguration
Minecraft. loadWorldData(SaveFormat.LevelSave p_238181_0_, DynamicRegistries.Impl p_238181_1_, IResourceManager p_238181_2_, DatapackCodec p_238181_3_)
Method parameters in net.minecraft.client with type arguments of type IResourceManager Modifier and Type Method Description private void
Minecraft. loadWorld(java.lang.String p_238195_1_, DynamicRegistries.Impl p_238195_2_, java.util.function.Function<SaveFormat.LevelSave,DatapackCodec> p_238195_3_, com.mojang.datafixers.util.Function4<SaveFormat.LevelSave,DynamicRegistries.Impl,IResourceManager,DatapackCodec,IServerConfiguration> p_238195_4_, boolean p_238195_5_, Minecraft.WorldSelectionType p_238195_6_, boolean creating)
Minecraft.PackManager
Minecraft. makeServerStem(DynamicRegistries.Impl p_238189_1_, java.util.function.Function<SaveFormat.LevelSave,DatapackCodec> p_238189_2_, com.mojang.datafixers.util.Function4<SaveFormat.LevelSave,DynamicRegistries.Impl,IResourceManager,DatapackCodec,IServerConfiguration> p_238189_3_, boolean p_238189_4_, SaveFormat.LevelSave p_238189_5_)
-
Uses of IResourceManager in net.minecraft.client.audio
Fields in net.minecraft.client.audio declared as IResourceManager Modifier and Type Field Description private IResourceManager
AudioStreamManager. resourceManager
Methods in net.minecraft.client.audio with parameters of type IResourceManager Modifier and Type Method Description protected void
SoundHandler. apply(SoundHandler.Loader p_212853_1_, IResourceManager p_212853_2_, IProfiler p_212853_3_)
private void
SoundHandler.Loader. handleRegistration(ResourceLocation p_217944_1_, SoundList p_217944_2_, IResourceManager p_217944_3_)
protected SoundHandler.Loader
SoundHandler. prepare(IResourceManager p_212854_1_, IProfiler p_212854_2_)
private static boolean
SoundHandler. validateSoundResource(Sound p_215292_0_, ResourceLocation p_215292_1_, IResourceManager p_215292_2_)
Constructors in net.minecraft.client.audio with parameters of type IResourceManager Constructor Description AudioStreamManager(IResourceManager p_i50893_1_)
SoundEngine(SoundHandler p_i50892_1_, GameSettings p_i50892_2_, IResourceManager p_i50892_3_)
SoundHandler(IResourceManager p_i45122_1_, GameSettings p_i45122_2_)
-
Uses of IResourceManager in net.minecraft.client.gui
Methods in net.minecraft.client.gui with parameters of type IResourceManager Modifier and Type Method Description protected SimpleTexture.TextureData
ResourceLoadProgressGui.MojangLogoTexture. getTextureImage(IResourceManager p_215246_1_)
-
Uses of IResourceManager in net.minecraft.client.gui.fonts
Methods in net.minecraft.client.gui.fonts with parameters of type IResourceManager Modifier and Type Method Description void
FontTexture. load(IResourceManager p_195413_1_)
-
Uses of IResourceManager in net.minecraft.client.gui.fonts.providers
Fields in net.minecraft.client.gui.fonts.providers declared as IResourceManager Modifier and Type Field Description private IResourceManager
UnicodeTextureGlyphProvider. resourceManager
Methods in net.minecraft.client.gui.fonts.providers with parameters of type IResourceManager Modifier and Type Method Description IGlyphProvider
IGlyphProviderFactory. create(IResourceManager p_211246_1_)
IGlyphProvider
TextureGlyphProvider.Factory. create(IResourceManager p_211246_1_)
IGlyphProvider
TrueTypeGlyphProviderFactory. create(IResourceManager p_211246_1_)
IGlyphProvider
UnicodeTextureGlyphProvider.Factory. create(IResourceManager p_211246_1_)
Constructors in net.minecraft.client.gui.fonts.providers with parameters of type IResourceManager Constructor Description UnicodeTextureGlyphProvider(IResourceManager p_i49737_1_, byte[] p_i49737_2_, java.lang.String p_i49737_3_)
-
Uses of IResourceManager in net.minecraft.client.particle
Methods in net.minecraft.client.particle with parameters of type IResourceManager Modifier and Type Method Description private void
ParticleManager. loadParticleDescription(IResourceManager p_215236_1_, ResourceLocation p_215236_2_, java.util.Map<ResourceLocation,java.util.List<ResourceLocation>> p_215236_3_)
java.util.concurrent.CompletableFuture<java.lang.Void>
ParticleManager. reload(IFutureReloadListener.IStage p_215226_1_, IResourceManager p_215226_2_, IProfiler p_215226_3_, IProfiler p_215226_4_, java.util.concurrent.Executor p_215226_5_, java.util.concurrent.Executor p_215226_6_)
-
Uses of IResourceManager in net.minecraft.client.renderer
Fields in net.minecraft.client.renderer declared as IResourceManager Modifier and Type Field Description private IResourceManager
GameRenderer. resourceManager
Methods in net.minecraft.client.renderer with parameters of type IResourceManager Modifier and Type Method Description protected void
GPUWarning. apply(GPUWarning.GPUInfo p_212853_1_, IResourceManager p_212853_2_, IProfiler p_212853_3_)
void
BlockRendererDispatcher. onResourceManagerReload(IResourceManager p_195410_1_)
void
GameRenderer. onResourceManagerReload(IResourceManager p_195410_1_)
void
ItemRenderer. onResourceManagerReload(IResourceManager p_195410_1_)
void
WorldRenderer. onResourceManagerReload(IResourceManager p_195410_1_)
private static com.google.gson.JsonObject
GPUWarning. parseJson(IResourceManager p_241696_0_, IProfiler p_241696_1_)
protected GPUWarning.GPUInfo
GPUWarning. prepare(IResourceManager p_212854_1_, IProfiler p_212854_2_)
Constructors in net.minecraft.client.renderer with parameters of type IResourceManager Constructor Description GameRenderer(Minecraft p_i225966_1_, IResourceManager p_i225966_2_, RenderTypeBuffers p_i225966_3_)
-
Uses of IResourceManager in net.minecraft.client.renderer.entity.layers
Methods in net.minecraft.client.renderer.entity.layers with parameters of type IResourceManager Modifier and Type Method Description void
VillagerLevelPendantLayer. onResourceManagerReload(IResourceManager p_195410_1_)
-
Uses of IResourceManager in net.minecraft.client.renderer.model
Fields in net.minecraft.client.renderer.model declared as IResourceManager Modifier and Type Field Description protected IResourceManager
ModelBakery. resourceManager
Methods in net.minecraft.client.renderer.model with parameters of type IResourceManager Modifier and Type Method Description protected void
ModelManager. apply(ModelBakery p_212853_1_, IResourceManager p_212853_2_, IProfiler p_212853_3_)
protected ModelBakery
ModelManager. prepare(IResourceManager p_212854_1_, IProfiler p_212854_2_)
Constructors in net.minecraft.client.renderer.model with parameters of type IResourceManager Constructor Description ModelBakery(IResourceManager p_i226056_1_, BlockColors p_i226056_2_, boolean vanillaBakery)
ModelBakery(IResourceManager p_i226056_1_, BlockColors p_i226056_2_, IProfiler p_i226056_3_, int p_i226056_4_)
-
Uses of IResourceManager in net.minecraft.client.renderer.texture
Fields in net.minecraft.client.renderer.texture declared as IResourceManager Modifier and Type Field Description private IResourceManager
TextureManager. resourceManager
Methods in net.minecraft.client.renderer.texture with parameters of type IResourceManager Modifier and Type Method Description protected void
SpriteUploader. apply(AtlasTexture.SheetData p_212853_1_, IResourceManager p_212853_2_, IProfiler p_212853_3_)
private java.util.Collection<TextureAtlasSprite.Info>
AtlasTexture. getBasicSpriteInfos(IResourceManager p_215256_1_, java.util.Set<ResourceLocation> p_215256_2_)
private java.util.List<TextureAtlasSprite>
AtlasTexture. getLoadedSprites(IResourceManager p_229217_1_, Stitcher p_229217_2_, int p_229217_3_)
protected SimpleTexture.TextureData
PreloadedTexture. getTextureImage(IResourceManager p_215246_1_)
protected SimpleTexture.TextureData
SimpleTexture. getTextureImage(IResourceManager p_215246_1_)
void
AtlasTexture. load(IResourceManager p_195413_1_)
private TextureAtlasSprite
AtlasTexture. load(IResourceManager p_229218_1_, TextureAtlasSprite.Info p_229218_2_, int p_229218_3_, int p_229218_4_, int p_229218_5_, int p_229218_6_, int p_229218_7_)
void
DownloadingTexture. load(IResourceManager p_195413_1_)
void
DynamicTexture. load(IResourceManager p_195413_1_)
void
SimpleTexture. load(IResourceManager p_195413_1_)
static SimpleTexture.TextureData
SimpleTexture.TextureData. load(IResourceManager p_217799_0_, ResourceLocation p_217799_1_)
abstract void
Texture. load(IResourceManager p_195413_1_)
protected AtlasTexture.SheetData
SpriteUploader. prepare(IResourceManager p_212854_1_, IProfiler p_212854_2_)
AtlasTexture.SheetData
AtlasTexture. prepareToStitch(IResourceManager p_229220_1_, java.util.stream.Stream<ResourceLocation> p_229220_2_, IProfiler p_229220_3_, int p_229220_4_)
java.util.concurrent.CompletableFuture<java.lang.Void>
TextureManager. reload(IFutureReloadListener.IStage p_215226_1_, IResourceManager p_215226_2_, IProfiler p_215226_3_, IProfiler p_215226_4_, java.util.concurrent.Executor p_215226_5_, java.util.concurrent.Executor p_215226_6_)
void
PreloadedTexture. reset(TextureManager p_215244_1_, IResourceManager p_215244_2_, ResourceLocation p_215244_3_, java.util.concurrent.Executor p_215244_4_)
void
Texture. reset(TextureManager p_215244_1_, IResourceManager p_215244_2_, ResourceLocation p_215244_3_, java.util.concurrent.Executor p_215244_4_)
Constructors in net.minecraft.client.renderer.texture with parameters of type IResourceManager Constructor Description PreloadedTexture(IResourceManager p_i50911_1_, ResourceLocation p_i50911_2_, java.util.concurrent.Executor p_i50911_3_)
TextureManager(IResourceManager p_i1284_1_)
-
Uses of IResourceManager in net.minecraft.client.resources
Methods in net.minecraft.client.resources with parameters of type IResourceManager Modifier and Type Method Description protected void
FoliageColorReloadListener. apply(int[] p_212853_1_, IResourceManager p_212853_2_, IProfiler p_212853_3_)
protected void
GrassColorReloadListener. apply(int[] p_212853_1_, IResourceManager p_212853_2_, IProfiler p_212853_3_)
protected abstract void
ReloadListener. apply(T p_212853_1_, IResourceManager p_212853_2_, IProfiler p_212853_3_)
static int[]
ColorMapLoader. getPixels(IResourceManager p_217820_0_, ResourceLocation p_217820_1_)
Deprecated.static ClientLanguageMap
ClientLanguageMap. loadFrom(IResourceManager p_239497_0_, java.util.List<Language> p_239497_1_)
void
LanguageManager. onResourceManagerReload(IResourceManager p_195410_1_)
protected int[]
FoliageColorReloadListener. prepare(IResourceManager p_212854_1_, IProfiler p_212854_2_)
protected int[]
GrassColorReloadListener. prepare(IResourceManager p_212854_1_, IProfiler p_212854_2_)
protected java.util.Map<ResourceLocation,com.google.gson.JsonElement>
JsonReloadListener. prepare(IResourceManager p_212854_1_, IProfiler p_212854_2_)
protected abstract T
ReloadListener. prepare(IResourceManager p_212854_1_, IProfiler p_212854_2_)
java.util.concurrent.CompletableFuture<java.lang.Void>
ReloadListener. reload(IFutureReloadListener.IStage p_215226_1_, IResourceManager p_215226_2_, IProfiler p_215226_3_, IProfiler p_215226_4_, java.util.concurrent.Executor p_215226_5_, java.util.concurrent.Executor p_215226_6_)
-
Uses of IResourceManager in net.minecraft.client.shader
Fields in net.minecraft.client.shader declared as IResourceManager Modifier and Type Field Description private IResourceManager
ShaderGroup. resourceManager
Methods in net.minecraft.client.shader with parameters of type IResourceManager Modifier and Type Method Description static ShaderLoader
ShaderInstance. getOrCreate(IResourceManager p_216542_0_, ShaderLoader.ShaderType p_216542_1_, java.lang.String p_216542_2_)
Constructors in net.minecraft.client.shader with parameters of type IResourceManager Constructor Description Shader(IResourceManager p_i45089_1_, java.lang.String p_i45089_2_, Framebuffer p_i45089_3_, Framebuffer p_i45089_4_)
ShaderGroup(TextureManager p_i1050_1_, IResourceManager p_i1050_2_, Framebuffer p_i1050_3_, ResourceLocation p_i1050_4_)
ShaderInstance(IResourceManager p_i50988_1_, java.lang.String p_i50988_2_)
-
Uses of IResourceManager in net.minecraft.client.util
Methods in net.minecraft.client.util with parameters of type IResourceManager Modifier and Type Method Description protected void
Splashes. apply(java.util.List<java.lang.String> p_212853_1_, IResourceManager p_212853_2_, IProfiler p_212853_3_)
void
SearchTreeManager. onResourceManagerReload(IResourceManager p_195410_1_)
protected java.util.List<java.lang.String>
Splashes. prepare(IResourceManager p_212854_1_, IProfiler p_212854_2_)
-
Uses of IResourceManager in net.minecraft.item.crafting
Methods in net.minecraft.item.crafting with parameters of type IResourceManager Modifier and Type Method Description protected void
RecipeManager. apply(java.util.Map<ResourceLocation,com.google.gson.JsonElement> p_212853_1_, IResourceManager p_212853_2_, IProfiler p_212853_3_)
-
Uses of IResourceManager in net.minecraft.loot
Methods in net.minecraft.loot with parameters of type IResourceManager Modifier and Type Method Description protected void
LootPredicateManager. apply(java.util.Map<ResourceLocation,com.google.gson.JsonElement> p_212853_1_, IResourceManager p_212853_2_, IProfiler p_212853_3_)
protected void
LootTableManager. apply(java.util.Map<ResourceLocation,com.google.gson.JsonElement> p_212853_1_, IResourceManager p_212853_2_, IProfiler p_212853_3_)
-
Uses of IResourceManager in net.minecraft.resources
Subinterfaces of IResourceManager in net.minecraft.resources Modifier and Type Interface Description interface
IReloadableResourceManager
Classes in net.minecraft.resources that implement IResourceManager Modifier and Type Class Description class
FallbackResourceManager
static class
IResourceManager.Instance
class
SimpleReloadableResourceManager
Fields in net.minecraft.resources declared as IResourceManager Modifier and Type Field Description protected IResourceManager
AsyncReloader. resourceManager
Methods in net.minecraft.resources that return IResourceManager Modifier and Type Method Description IResourceManager
DataPackRegistries. getResourceManager()
Methods in net.minecraft.resources with parameters of type IResourceManager Modifier and Type Method Description java.util.concurrent.CompletableFuture<S>
AsyncReloader.IStateFactory. create(IFutureReloadListener.IStage p_create_1_, IResourceManager p_create_2_, IFutureReloadListener p_create_3_, java.util.concurrent.Executor p_create_4_, java.util.concurrent.Executor p_create_5_)
static AsyncReloader<java.lang.Void>
AsyncReloader. of(IResourceManager p_219562_0_, java.util.List<IFutureReloadListener> p_219562_1_, java.util.concurrent.Executor p_219562_2_, java.util.concurrent.Executor p_219562_3_, java.util.concurrent.CompletableFuture<Unit> p_219562_4_)
void
IResourceManagerReloadListener. onResourceManagerReload(IResourceManager p_195410_1_)
Deprecated.private static java.util.List<java.lang.String>
FunctionReloader. readLines(IResourceManager p_240934_0_, ResourceLocation p_240934_1_)
java.util.concurrent.CompletableFuture<java.lang.Void>
FunctionReloader. reload(IFutureReloadListener.IStage p_215226_1_, IResourceManager p_215226_2_, IProfiler p_215226_3_, IProfiler p_215226_4_, java.util.concurrent.Executor p_215226_5_, java.util.concurrent.Executor p_215226_6_)
java.util.concurrent.CompletableFuture<java.lang.Void>
IFutureReloadListener. reload(IFutureReloadListener.IStage p_215226_1_, IResourceManager p_215226_2_, IProfiler p_215226_3_, IProfiler p_215226_4_, java.util.concurrent.Executor p_215226_5_, java.util.concurrent.Executor p_215226_6_)
default java.util.concurrent.CompletableFuture<java.lang.Void>
IResourceManagerReloadListener. reload(IFutureReloadListener.IStage p_215226_1_, IResourceManager p_215226_2_, IProfiler p_215226_3_, IProfiler p_215226_4_, java.util.concurrent.Executor p_215226_5_, java.util.concurrent.Executor p_215226_6_)
Deprecated.Constructors in net.minecraft.resources with parameters of type IResourceManager Constructor Description AsyncReloader(java.util.concurrent.Executor p_i50690_1_, java.util.concurrent.Executor p_i50690_2_, IResourceManager p_i50690_3_, java.util.List<IFutureReloadListener> p_i50690_4_, AsyncReloader.IStateFactory<S> p_i50690_5_, java.util.concurrent.CompletableFuture<Unit> p_i50690_6_)
DebugAsyncReloader(IResourceManager p_i50694_1_, java.util.List<IFutureReloadListener> p_i50694_2_, java.util.concurrent.Executor p_i50694_3_, java.util.concurrent.Executor p_i50694_4_, java.util.concurrent.CompletableFuture<Unit> p_i50694_5_)
-
Uses of IResourceManager in net.minecraft.tags
Methods in net.minecraft.tags with parameters of type IResourceManager Modifier and Type Method Description java.util.concurrent.CompletableFuture<java.util.Map<ResourceLocation,ITag.Builder>>
TagCollectionReader. prepare(IResourceManager p_242224_1_, java.util.concurrent.Executor p_242224_2_)
java.util.concurrent.CompletableFuture<java.lang.Void>
NetworkTagManager. reload(IFutureReloadListener.IStage p_215226_1_, IResourceManager p_215226_2_, IProfiler p_215226_3_, IProfiler p_215226_4_, java.util.concurrent.Executor p_215226_5_, java.util.concurrent.Executor p_215226_6_)
-
Uses of IResourceManager in net.minecraft.util.registry
Methods in net.minecraft.util.registry with parameters of type IResourceManager Modifier and Type Method Description static <T> WorldSettingsImport<T>
WorldSettingsImport. create(com.mojang.serialization.DynamicOps<T> p_244335_0_, IResourceManager p_244335_1_, DynamicRegistries.Impl p_244335_2_)
static WorldSettingsImport.IResourceAccess
WorldSettingsImport.IResourceAccess. forResourceManager(IResourceManager p_244345_0_)
-
Uses of IResourceManager in net.minecraft.world.gen.feature.template
Fields in net.minecraft.world.gen.feature.template declared as IResourceManager Modifier and Type Field Description private IResourceManager
TemplateManager. resourceManager
Methods in net.minecraft.world.gen.feature.template with parameters of type IResourceManager Modifier and Type Method Description void
TemplateManager. onResourceManagerReload(IResourceManager p_195410_1_)
Constructors in net.minecraft.world.gen.feature.template with parameters of type IResourceManager Constructor Description TemplateManager(IResourceManager p_i232119_1_, SaveFormat.LevelSave p_i232119_2_, com.mojang.datafixers.DataFixer p_i232119_3_)
-
Uses of IResourceManager in net.minecraftforge.client
Methods in net.minecraftforge.client with parameters of type IResourceManager Modifier and Type Method Description static NativeImage
MinecraftForgeClient. getImageLayer(ResourceLocation resourceLocation, IResourceManager resourceManager)
static TextureAtlasSprite
ForgeHooksClient. loadTextureAtlasSprite(AtlasTexture atlasTexture, IResourceManager resourceManager, TextureAtlasSprite.Info textureInfo, IResource resource, int atlasWidth, int atlasHeight, int spriteX, int spriteY, int mipmapLevel, NativeImage image)
-
Uses of IResourceManager in net.minecraftforge.client.extensions
Methods in net.minecraftforge.client.extensions with parameters of type IResourceManager Modifier and Type Method Description default boolean
IForgeTextureAtlasSprite. hasCustomLoader(IResourceManager manager, ResourceLocation location)
Deprecated.default boolean
IForgeTextureAtlasSprite. load(IResourceManager manager, ResourceLocation location, java.util.function.Function<ResourceLocation,TextureAtlasSprite> textureGetter)
Deprecated. -
Uses of IResourceManager in net.minecraftforge.client.model
Methods in net.minecraftforge.client.model with parameters of type IResourceManager Modifier and Type Method Description void
CompositeModel.Loader. onResourceManagerReload(IResourceManager resourceManager)
void
DynamicBucketModel.Loader. onResourceManagerReload(IResourceManager resourceManager)
void
DynamicBucketModel.Loader. onResourceManagerReload(IResourceManager resourceManager, java.util.function.Predicate<IResourceType> resourcePredicate)
void
IModelLoader. onResourceManagerReload(IResourceManager resourceManager)
default void
IModelLoader. onResourceManagerReload(IResourceManager resourceManager, java.util.function.Predicate<IResourceType> resourcePredicate)
void
ItemLayerModel.Loader. onResourceManagerReload(IResourceManager resourceManager)
void
ModelLoaderRegistry.VanillaProxy.Loader. onResourceManagerReload(IResourceManager resourceManager)
void
MultiLayerModel.Loader. onResourceManagerReload(IResourceManager resourceManager)
void
SeparatePerspectiveModel.Loader. onResourceManagerReload(IResourceManager resourceManager)
Constructors in net.minecraftforge.client.model with parameters of type IResourceManager Constructor Description ModelLoader(IResourceManager manager, BlockColors colours, IProfiler profiler, int maxMipmapLevel)
-
Uses of IResourceManager in net.minecraftforge.client.model.animation
Methods in net.minecraftforge.client.model.animation with parameters of type IResourceManager Modifier and Type Method Description static ModelBlockAnimation
ModelBlockAnimation. loadVanillaAnimation(IResourceManager manager, ResourceLocation armatureLocation)
Load armature associated with a vanilla model. -
Uses of IResourceManager in net.minecraftforge.client.model.b3d
Fields in net.minecraftforge.client.model.b3d declared as IResourceManager Modifier and Type Field Description private IResourceManager
B3DLoader. manager
Methods in net.minecraftforge.client.model.b3d with parameters of type IResourceManager Modifier and Type Method Description void
B3DLoader. onResourceManagerReload(IResourceManager manager, java.util.function.Predicate<IResourceType> resourcePredicate)
-
Uses of IResourceManager in net.minecraftforge.client.model.obj
Fields in net.minecraftforge.client.model.obj declared as IResourceManager Modifier and Type Field Description private IResourceManager
OBJLoader. manager
Methods in net.minecraftforge.client.model.obj with parameters of type IResourceManager Modifier and Type Method Description void
OBJLoader. onResourceManagerReload(IResourceManager resourceManager)
-
Uses of IResourceManager in net.minecraftforge.client.textures
Methods in net.minecraftforge.client.textures with parameters of type IResourceManager Modifier and Type Method Description TextureAtlasSprite
ITextureAtlasSpriteLoader. load(AtlasTexture atlas, IResourceManager resourceManager, TextureAtlasSprite.Info textureInfo, IResource resource, int atlasWidth, int atlasHeight, int spriteX, int spriteY, int mipmapLevel, NativeImage image)
Load a TextureAtlasSprite for the given resource. -
Uses of IResourceManager in net.minecraftforge.common
Methods in net.minecraftforge.common with parameters of type IResourceManager Modifier and Type Method Description static java.util.concurrent.CompletableFuture<java.util.List<ForgeTagHandler.TagCollectionReaderInfo>>
ForgeTagHandler. getCustomTagTypeReloadResults(IResourceManager resourceManager, java.util.concurrent.Executor backgroundExecutor, java.util.Map<ResourceLocation,TagCollectionReader<?>> readers)
Gets the completable future containing the reload results for all custom tag types. -
Uses of IResourceManager in net.minecraftforge.common.data
Methods in net.minecraftforge.common.data that return IResourceManager Modifier and Type Method Description private IResourceManager
ExistingFileHelper. getManager(ResourcePackType packType)
-
Uses of IResourceManager in net.minecraftforge.common.loot
Methods in net.minecraftforge.common.loot with parameters of type IResourceManager Modifier and Type Method Description protected void
LootModifierManager. apply(java.util.Map<ResourceLocation,com.google.gson.JsonElement> resourceList, IResourceManager resourceManagerIn, IProfiler profilerIn)
-
Uses of IResourceManager in net.minecraftforge.common.model.animation
Methods in net.minecraftforge.common.model.animation with parameters of type IResourceManager Modifier and Type Method Description static IAnimationStateMachine
AnimationStateMachine. load(IResourceManager manager, ResourceLocation location, com.google.common.collect.ImmutableMap<java.lang.String,ITimeValue> customParameters)
Load a new instance if AnimationStateMachine at specified location, with specified custom parameters. -
Uses of IResourceManager in net.minecraftforge.debug.block
Methods in net.minecraftforge.debug.block with parameters of type IResourceManager Modifier and Type Method Description void
FullPotsAccessorDemo.ClientHandler.DioritePotModelLoader. onResourceManagerReload(IResourceManager manager)
-
Uses of IResourceManager in net.minecraftforge.debug.client
Methods in net.minecraftforge.debug.client with parameters of type IResourceManager Modifier and Type Method Description TextureAtlasSprite
CustomTASTest.TasLoader. load(AtlasTexture atlas, IResourceManager resourceManager, TextureAtlasSprite.Info textureInfo, IResource resource, int atlasWidth, int atlasHeight, int spriteX, int spriteY, int mipmapLevel, NativeImage image)
-
Uses of IResourceManager in net.minecraftforge.debug.client.model
Methods in net.minecraftforge.debug.client.model with parameters of type IResourceManager Modifier and Type Method Description void
NewModelLoaderTest.TestLoader. onResourceManagerReload(IResourceManager resourceManager)
-
Uses of IResourceManager in net.minecraftforge.event
Methods in net.minecraftforge.event with parameters of type IResourceManager Modifier and Type Method Description java.util.concurrent.CompletableFuture<java.lang.Void>
AddReloadListenerEvent.WrappedStateAwareListener. reload(IFutureReloadListener.IStage stage, IResourceManager resourceManager, IProfiler preparationsProfiler, IProfiler reloadProfiler, java.util.concurrent.Executor backgroundExecutor, java.util.concurrent.Executor gameExecutor)
-
Uses of IResourceManager in net.minecraftforge.fml
Methods in net.minecraftforge.fml with parameters of type IResourceManager Modifier and Type Method Description private static void
BrandingControl. onResourceManagerReload(IResourceManager resourceManager)
-
Uses of IResourceManager in net.minecraftforge.fml.client
Methods in net.minecraftforge.fml.client with parameters of type IResourceManager Modifier and Type Method Description private static java.util.concurrent.CompletableFuture<java.lang.Void>
ClientModLoader. onResourceReload(IFutureReloadListener.IStage stage, IResourceManager resourceManager, IProfiler prepareProfiler, IProfiler executeProfiler, java.util.concurrent.Executor asyncExecutor, java.util.concurrent.Executor syncExecutor)
-
Uses of IResourceManager in net.minecraftforge.resource
Methods in net.minecraftforge.resource with parameters of type IResourceManager Modifier and Type Method Description default void
ISelectiveResourceReloadListener. onResourceManagerReload(IResourceManager resourceManager)
void
ISelectiveResourceReloadListener. onResourceManagerReload(IResourceManager resourceManager, java.util.function.Predicate<IResourceType> resourcePredicate)
A version of onResourceManager that selectively choosesIResourceType
s to reload.
-