Uses of Interface
net.minecraft.server.packs.resources.ResourceManager
Package
Description
Events fired only on the client-side, chiefly related to rendering and user interfaces (screens and input).
-
Uses of ResourceManager in com.mojang.realmsclient
Modifier and TypeMethodDescriptionstatic void
RealmsMainScreen.updateTeaserImages
(ResourceManager p_86407_) -
Uses of ResourceManager in net.minecraft.client
Modifier and TypeMethodDescriptionprotected void
PeriodicNotificationManager.apply
(Map<String, List<PeriodicNotificationManager.Notification>> p_205318_, ResourceManager p_205319_, ProfilerFiller p_205320_) protected Map<String,
List<PeriodicNotificationManager.Notification>> PeriodicNotificationManager.prepare
(ResourceManager p_205300_, ProfilerFiller p_205301_) -
Uses of ResourceManager in net.minecraft.client.gui.font
-
Uses of ResourceManager in net.minecraft.client.gui.font.providers
Modifier and TypeFieldDescriptionprivate final ResourceManager
LegacyUnicodeBitmapsProvider.resourceManager
Modifier and TypeMethodDescriptionBitmapProvider.Builder.create
(ResourceManager p_95354_) GlyphProviderBuilder.create
(ResourceManager p_95399_) LegacyUnicodeBitmapsProvider.Builder.create
(ResourceManager p_95451_) TrueTypeGlyphProviderBuilder.create
(ResourceManager p_95498_) ModifierConstructorDescriptionLegacyUnicodeBitmapsProvider
(ResourceManager p_95429_, byte[] p_95430_, String p_95431_) -
Uses of ResourceManager in net.minecraft.client.gui.screens
Modifier and TypeMethodDescriptionprotected SimpleTexture.TextureImage
LoadingOverlay.LogoTexture.getTextureImage
(ResourceManager p_96194_) -
Uses of ResourceManager in net.minecraft.client.model.geom
Modifier and TypeMethodDescriptionvoid
EntityModelSet.onResourceManagerReload
(ResourceManager p_171102_) -
Uses of ResourceManager in net.minecraft.client.particle
Modifier and TypeMethodDescriptionprivate void
ParticleEngine.loadParticleDescription
(ResourceManager p_107317_, ResourceLocation p_107318_, Map<ResourceLocation, List<ResourceLocation>> p_107319_) ParticleEngine.reload
(PreparableReloadListener.PreparationBarrier p_107305_, ResourceManager p_107306_, ProfilerFiller p_107307_, ProfilerFiller p_107308_, Executor p_107309_, Executor p_107310_) -
Uses of ResourceManager in net.minecraft.client.renderer
Modifier and TypeFieldDescriptionprivate final ResourceManager
GameRenderer.resourceManager
private final ResourceManager
PostChain.resourceManager
Modifier and TypeMethodDescriptionprotected void
GpuWarnlistManager.apply
(GpuWarnlistManager.Preparations p_109226_, ResourceManager p_109227_, ProfilerFiller p_109228_) static EffectProgram
EffectInstance.getOrCreate
(ResourceManager p_172567_, Program.Type p_172568_, String p_172569_) void
BlockEntityWithoutLevelRenderer.onResourceManagerReload
(ResourceManager p_172555_) void
GameRenderer.onResourceManagerReload
(ResourceManager p_109105_) void
LevelRenderer.onResourceManagerReload
(ResourceManager p_109513_) private static com.google.gson.JsonObject
GpuWarnlistManager.parseJson
(ResourceManager p_109245_, ProfilerFiller p_109246_) protected GpuWarnlistManager.Preparations
GpuWarnlistManager.prepare
(ResourceManager p_109220_, ProfilerFiller p_109221_) void
GameRenderer.reloadShaders
(ResourceManager p_172768_) ModifierConstructorDescriptionEffectInstance
(ResourceManager p_108941_, String p_108942_) GameRenderer
(Minecraft p_234219_, ItemInHandRenderer p_234220_, ResourceManager p_234221_, RenderBuffers p_234222_) PostChain
(TextureManager p_110018_, ResourceManager p_110019_, RenderTarget p_110020_, ResourceLocation p_110021_) PostPass
(ResourceManager p_110061_, String p_110062_, RenderTarget p_110063_, RenderTarget p_110064_) -
Uses of ResourceManager in net.minecraft.client.renderer.block
Modifier and TypeMethodDescriptionvoid
BlockRenderDispatcher.onResourceManagerReload
(ResourceManager p_110909_) -
Uses of ResourceManager in net.minecraft.client.renderer.blockentity
Modifier and TypeMethodDescriptionvoid
BlockEntityRenderDispatcher.onResourceManagerReload
(ResourceManager p_173563_) -
Uses of ResourceManager in net.minecraft.client.renderer.entity
Modifier and TypeFieldDescriptionprivate final ResourceManager
EntityRendererProvider.Context.resourceManager
Modifier and TypeMethodDescriptionvoid
EntityRenderDispatcher.onResourceManagerReload
(ResourceManager p_174004_) void
ItemRenderer.onResourceManagerReload
(ResourceManager p_115105_) ModifierConstructorDescriptionContext
(EntityRenderDispatcher p_234590_, ItemRenderer p_234591_, BlockRenderDispatcher p_234592_, ItemInHandRenderer p_234593_, ResourceManager p_234594_, EntityModelSet p_234595_, Font p_234596_) -
Uses of ResourceManager in net.minecraft.client.renderer.entity.layers
Modifier and TypeFieldDescriptionprivate final ResourceManager
VillagerProfessionLayer.resourceManager
ModifierConstructorDescriptionVillagerProfessionLayer
(RenderLayerParent<T, M> p_174550_, ResourceManager p_174551_, String p_174552_) -
Uses of ResourceManager in net.minecraft.client.renderer.texture
Modifier and TypeMethodDescriptionprivate Collection<TextureAtlasSprite.Info>
TextureAtlas.getBasicSpriteInfos
(ResourceManager p_118305_, Set<ResourceLocation> p_118306_) private List<TextureAtlasSprite>
TextureAtlas.getLoadedSprites
(ResourceManager p_118284_, Stitcher p_118285_, int p_118286_) protected SimpleTexture.TextureImage
PreloadedTexture.getTextureImage
(ResourceManager p_118126_) protected SimpleTexture.TextureImage
SimpleTexture.getTextureImage
(ResourceManager p_118140_) abstract void
AbstractTexture.load
(ResourceManager p_117955_) void
DynamicTexture.load
(ResourceManager p_117987_) void
HttpTexture.load
(ResourceManager p_118009_) void
SimpleTexture.load
(ResourceManager p_118135_) static SimpleTexture.TextureImage
SimpleTexture.TextureImage.load
(ResourceManager p_118156_, ResourceLocation p_118157_) void
TextureAtlas.load
(ResourceManager p_118282_) private TextureAtlasSprite
TextureAtlas.load
(ResourceManager p_118288_, TextureAtlasSprite.Info p_118289_, int p_118290_, int p_118291_, int p_118292_, int p_118293_, int p_118294_) TextureAtlas.prepareToStitch
(ResourceManager p_118308_, Stream<ResourceLocation> p_118309_, ProfilerFiller p_118310_, int p_118311_) TextureManager.reload
(PreparableReloadListener.PreparationBarrier p_118476_, ResourceManager p_118477_, ProfilerFiller p_118478_, ProfilerFiller p_118479_, Executor p_118480_, Executor p_118481_) void
AbstractTexture.reset
(TextureManager p_117956_, ResourceManager p_117957_, ResourceLocation p_117958_, Executor p_117959_) void
PreloadedTexture.reset
(TextureManager p_118114_, ResourceManager p_118115_, ResourceLocation p_118116_, Executor p_118117_) ModifierConstructorDescriptionPreloadedTexture
(ResourceManager p_118102_, ResourceLocation p_118103_, Executor p_118104_) TextureManager
(ResourceManager p_118474_) -
Uses of ResourceManager in net.minecraft.client.resources
Modifier and TypeMethodDescriptionprotected void
FoliageColorReloadListener.apply
(int[] p_118667_, ResourceManager p_118668_, ProfilerFiller p_118669_) protected void
GrassColorReloadListener.apply
(int[] p_118684_, ResourceManager p_118685_, ProfilerFiller p_118686_) protected void
SplashManager.apply
(List<String> p_118878_, ResourceManager p_118879_, ProfilerFiller p_118880_) protected void
TextureAtlasHolder.apply
(TextureAtlas.Preparations p_118894_, ResourceManager p_118895_, ProfilerFiller p_118896_) static int[]
LegacyStuffWrapper.getPixels
(ResourceManager p_118727_, ResourceLocation p_118728_) Deprecated.protected int[]
FoliageColorReloadListener.prepare
(ResourceManager p_118660_, ProfilerFiller p_118661_) protected int[]
GrassColorReloadListener.prepare
(ResourceManager p_118677_, ProfilerFiller p_118678_) SplashManager.prepare
(ResourceManager p_118869_, ProfilerFiller p_118870_) protected TextureAtlas.Preparations
TextureAtlasHolder.prepare
(ResourceManager p_118891_, ProfilerFiller p_118892_) -
Uses of ResourceManager in net.minecraft.client.resources.language
Modifier and TypeMethodDescriptionstatic ClientLanguage
ClientLanguage.loadFrom
(ResourceManager p_118917_, List<LanguageInfo> p_118918_) void
LanguageManager.onResourceManagerReload
(ResourceManager p_118973_) -
Uses of ResourceManager in net.minecraft.client.resources.model
Modifier and TypeMethodDescriptionprotected void
ModelManager.apply
(ModelBakery p_119419_, ResourceManager p_119420_, ProfilerFiller p_119421_) protected ModelBakery
ModelManager.prepare
(ResourceManager p_119413_, ProfilerFiller p_119414_) ModifierConstructorDescriptionModelBakery
(ResourceManager p_119247_, BlockColors p_119248_, ProfilerFiller p_119249_, int p_119250_) -
Uses of ResourceManager in net.minecraft.client.searchtree
Modifier and TypeMethodDescriptionvoid
SearchRegistry.onResourceManagerReload
(ResourceManager p_119948_) -
Uses of ResourceManager in net.minecraft.client.sounds
Modifier and TypeFieldDescriptionprivate final ResourceManager
SoundBufferLibrary.resourceManager
Modifier and TypeMethodDescriptionprotected void
SoundManager.apply
(SoundManager.Preparations p_120377_, ResourceManager p_120378_, ProfilerFiller p_120379_) (package private) void
SoundManager.Preparations.handleRegistration
(ResourceLocation p_120426_, SoundEventRegistration p_120427_, ResourceManager p_120428_) protected SoundManager.Preparations
SoundManager.prepare
(ResourceManager p_120356_, ProfilerFiller p_120357_) (package private) static boolean
SoundManager.validateSoundResource
(Sound p_120396_, ResourceLocation p_120397_, ResourceManager p_120398_) ModifierConstructorDescriptionSoundBufferLibrary
(ResourceManager p_120192_) SoundEngine
(SoundManager p_120236_, Options p_120237_, ResourceManager p_120238_) SoundManager
(ResourceManager p_120352_, Options p_120353_) -
Uses of ResourceManager in net.minecraft.resources
Modifier and TypeMethodDescriptionstatic <T> RegistryOps<T>
RegistryOps.createAndLoad
(com.mojang.serialization.DynamicOps<T> p_206814_, RegistryAccess.Writable p_206815_, ResourceManager p_206816_) static RegistryResourceAccess
RegistryResourceAccess.forResourceManager
(ResourceManager p_195882_) -
Uses of ResourceManager in net.minecraft.server
Modifier and TypeMethodDescriptionprotected void
ServerAdvancementManager.apply
(Map<ResourceLocation, com.google.gson.JsonElement> p_136034_, ResourceManager p_136035_, ProfilerFiller p_136036_) com.mojang.datafixers.util.Pair<D,
RegistryAccess.Frozen> WorldLoader.WorldDataSupplier.get
(ResourceManager p_214413_, DataPackConfig p_214414_) ReloadableServerResources.loadResources
(ResourceManager p_206862_, RegistryAccess.Frozen p_206863_, Commands.CommandSelection p_206864_, int p_206865_, Executor p_206866_, Executor p_206867_) ServerFunctionLibrary.reload
(PreparableReloadListener.PreparationBarrier p_136057_, ResourceManager p_136058_, ProfilerFiller p_136059_, ProfilerFiller p_136060_, Executor p_136061_, Executor p_136062_) -
Uses of ResourceManager in net.minecraft.server.packs.resources
Modifier and TypeClassDescriptionclass
class
class
static enum
Modifier and TypeMethodDescriptionprotected abstract void
SimplePreparableReloadListener.apply
(T p_10793_, ResourceManager p_10794_, ProfilerFiller p_10795_) static ReloadInstance
SimpleReloadInstance.create
(ResourceManager p_203835_, List<PreparableReloadListener> p_203836_, Executor p_203837_, Executor p_203838_, CompletableFuture<Unit> p_203839_, boolean p_203840_) SimpleReloadInstance.StateFactory.create
(PreparableReloadListener.PreparationBarrier p_10864_, ResourceManager p_10865_, PreparableReloadListener p_10866_, Executor p_10867_, Executor p_10868_) static SimpleReloadInstance<Void>
SimpleReloadInstance.of
(ResourceManager p_10816_, List<PreparableReloadListener> p_10817_, Executor p_10818_, Executor p_10819_, CompletableFuture<Unit> p_10820_) void
ResourceManagerReloadListener.onResourceManagerReload
(ResourceManager p_10758_) protected Map<ResourceLocation,
com.google.gson.JsonElement> SimpleJsonResourceReloadListener.prepare
(ResourceManager p_10771_, ProfilerFiller p_10772_) protected abstract T
SimplePreparableReloadListener.prepare
(ResourceManager p_10796_, ProfilerFiller p_10797_) PreparableReloadListener.reload
(PreparableReloadListener.PreparationBarrier p_10638_, ResourceManager p_10639_, ProfilerFiller p_10640_, ProfilerFiller p_10641_, Executor p_10642_, Executor p_10643_) default CompletableFuture<Void>
ResourceManagerReloadListener.reload
(PreparableReloadListener.PreparationBarrier p_10752_, ResourceManager p_10753_, ProfilerFiller p_10754_, ProfilerFiller p_10755_, Executor p_10756_, Executor p_10757_) final CompletableFuture<Void>
SimplePreparableReloadListener.reload
(PreparableReloadListener.PreparationBarrier p_10780_, ResourceManager p_10781_, ProfilerFiller p_10782_, ProfilerFiller p_10783_, Executor p_10784_, Executor p_10785_) ModifierConstructorDescriptionProfiledReloadInstance
(ResourceManager p_10649_, List<PreparableReloadListener> p_10650_, Executor p_10651_, Executor p_10652_, CompletableFuture<Unit> p_10653_) protected
SimpleReloadInstance
(Executor p_10808_, Executor p_10809_, ResourceManager p_10810_, List<PreparableReloadListener> p_10811_, SimpleReloadInstance.StateFactory<S> p_10812_, CompletableFuture<Unit> p_10813_) -
Uses of ResourceManager in net.minecraft.tags
Modifier and TypeMethodDescriptionprivate <T> CompletableFuture<TagManager.LoadResult<T>>
TagManager.createLoader
(ResourceManager p_203908_, Executor p_203909_, RegistryAccess.RegistryEntry<T> p_203910_) TagLoader.load
(ResourceManager p_144496_) TagLoader.loadAndBuild
(ResourceManager p_203901_) TagManager.reload
(PreparableReloadListener.PreparationBarrier p_13482_, ResourceManager p_13483_, ProfilerFiller p_13484_, ProfilerFiller p_13485_, Executor p_13486_, Executor p_13487_) -
Uses of ResourceManager in net.minecraft.world.item.crafting
Modifier and TypeMethodDescriptionprotected void
RecipeManager.apply
(Map<ResourceLocation, com.google.gson.JsonElement> p_44037_, ResourceManager p_44038_, ProfilerFiller p_44039_) -
Uses of ResourceManager in net.minecraft.world.level.levelgen.structure.pieces
Modifier and TypeFieldDescriptionprivate final ResourceManager
StructurePieceSerializationContext.resourceManager
The field for theresourceManager
record component.Modifier and TypeMethodDescriptionStructurePieceSerializationContext.resourceManager()
Returns the value of theresourceManager
record component.ModifierConstructorDescriptionStructurePieceSerializationContext
(ResourceManager resourceManager, RegistryAccess registryAccess, StructureTemplateManager structureTemplateManager) Creates an instance of aStructurePieceSerializationContext
record class. -
Uses of ResourceManager in net.minecraft.world.level.levelgen.structure.templatesystem
Modifier and TypeFieldDescriptionprivate ResourceManager
StructureTemplateManager.resourceManager
Modifier and TypeMethodDescriptionvoid
StructureTemplateManager.onResourceManagerReload
(ResourceManager p_230371_) ModifierConstructorDescriptionStructureTemplateManager
(ResourceManager p_230352_, LevelStorageSource.LevelStorageAccess p_230353_, com.mojang.datafixers.DataFixer p_230354_) -
Uses of ResourceManager in net.minecraft.world.level.storage.loot
Modifier and TypeMethodDescriptionprotected void
ItemModifierManager.apply
(Map<ResourceLocation, com.google.gson.JsonElement> p_165105_, ResourceManager p_165106_, ProfilerFiller p_165107_) protected void
LootTables.apply
(Map<ResourceLocation, com.google.gson.JsonElement> p_79214_, ResourceManager p_79215_, ProfilerFiller p_79216_) protected void
PredicateManager.apply
(Map<ResourceLocation, com.google.gson.JsonElement> p_79249_, ResourceManager p_79250_, ProfilerFiller p_79251_) -
Uses of ResourceManager in net.minecraftforge.client
Modifier and TypeMethodDescriptionstatic @Nullable TextureAtlasSprite
ForgeHooksClient.loadTextureAtlasSprite
(TextureAtlas textureAtlas, ResourceManager resourceManager, TextureAtlasSprite.Info textureInfo, Resource resource, int atlasWidth, int atlasHeight, int spriteX, int spriteY, int mipmapLevel, NativeImage image) -
Uses of ResourceManager in net.minecraftforge.client.event
Modifier and TypeFieldDescriptionprivate final ResourceManager
RegisterShadersEvent.resourceManager
Modifier and TypeMethodDescriptionRegisterShadersEvent.getResourceManager()
Returns the client-side resource manager.ModifierConstructorDescriptionRegisterShadersEvent
(ResourceManager resourceManager, List<com.mojang.datafixers.util.Pair<ShaderInstance, Consumer<ShaderInstance>>> shaderList) -
Uses of ResourceManager in net.minecraftforge.client.loading
Modifier and TypeMethodDescriptionprivate static CompletableFuture<Void>
ClientModLoader.onResourceReload
(PreparableReloadListener.PreparationBarrier stage, ResourceManager resourceManager, ProfilerFiller prepareProfiler, ProfilerFiller executeProfiler, Executor asyncExecutor, Executor syncExecutor) -
Uses of ResourceManager in net.minecraftforge.client.model.obj
Modifier and TypeMethodDescriptionvoid
ObjLoader.onResourceManagerReload
(ResourceManager resourceManager) -
Uses of ResourceManager in net.minecraftforge.client.textures
Modifier and TypeMethodDescription@NotNull TextureAtlasSprite
ITextureAtlasSpriteLoader.load
(TextureAtlas atlas, ResourceManager resourceManager, TextureAtlasSprite.Info textureInfo, Resource resource, int atlasWidth, int atlasHeight, int spriteX, int spriteY, int mipmapLevel, NativeImage image) Load aTextureAtlasSprite
for the given resource. -
Uses of ResourceManager in net.minecraftforge.common.data
Modifier and TypeMethodDescriptionprivate ResourceManager
ExistingFileHelper.getManager
(PackType packType) -
Uses of ResourceManager in net.minecraftforge.common.loot
Modifier and TypeMethodDescriptionprotected void
LootModifierManager.apply
(Map<ResourceLocation, com.google.gson.JsonElement> resourceList, ResourceManager resourceManagerIn, ProfilerFiller profilerIn) -
Uses of ResourceManager in net.minecraftforge.debug.client
Modifier and TypeMethodDescription@NotNull TextureAtlasSprite
CustomTASTest.TasLoader.load
(TextureAtlas atlas, ResourceManager resourceManager, TextureAtlasSprite.Info textureInfo, Resource resource, int atlasWidth, int atlasHeight, int spriteX, int spriteY, int mipmapLevel, NativeImage image) -
Uses of ResourceManager in net.minecraftforge.event
Modifier and TypeMethodDescriptionAddReloadListenerEvent.WrappedStateAwareListener.reload
(PreparableReloadListener.PreparationBarrier stage, ResourceManager resourceManager, ProfilerFiller preparationsProfiler, ProfilerFiller reloadProfiler, Executor backgroundExecutor, Executor gameExecutor) -
Uses of ResourceManager in net.minecraftforge.internal
Modifier and TypeMethodDescriptionprivate static void
BrandingControl.onResourceManagerReload
(ResourceManager resourceManager)