Modifier and Type | Method and Description |
---|---|
IResourceManager |
Minecraft.getResourceManager() |
Modifier and Type | Field and Description |
---|---|
private IResourceManager |
SoundHandler.mcResourceManager |
Modifier and Type | Method and Description |
---|---|
void |
SoundHandler.onResourceManagerReload(IResourceManager resourceManager) |
Constructor and Description |
---|
SoundHandler(IResourceManager manager,
GameSettings gameSettingsIn) |
Modifier and Type | Method and Description |
---|---|
void |
FontRenderer.onResourceManagerReload(IResourceManager resourceManager) |
Modifier and Type | Field and Description |
---|---|
private IResourceManager |
EntityRenderer.resourceManager |
Modifier and Type | Method and Description |
---|---|
void |
ThreadDownloadImageData.loadTexture(IResourceManager resourceManager) |
void |
RenderItem.onResourceManagerReload(IResourceManager resourceManager) |
void |
RenderGlobal.onResourceManagerReload(IResourceManager resourceManager) |
void |
EntityRenderer.onResourceManagerReload(IResourceManager resourceManager) |
void |
BlockRendererDispatcher.onResourceManagerReload(IResourceManager resourceManager) |
Constructor and Description |
---|
EntityRenderer(Minecraft mcIn,
IResourceManager resourceManagerIn) |
Modifier and Type | Field and Description |
---|---|
protected IResourceManager |
ModelBakery.resourceManager |
Modifier and Type | Method and Description |
---|---|
void |
ModelManager.onResourceManagerReload(IResourceManager resourceManager) |
Constructor and Description |
---|
ModelBakery(IResourceManager resourceManagerIn,
TextureMap textureMapIn,
BlockModelShapes blockModelShapesIn) |
Modifier and Type | Field and Description |
---|---|
private IResourceManager |
TextureManager.resourceManager |
Modifier and Type | Method and Description |
---|---|
private boolean |
TextureMap.generateMipmaps(IResourceManager resourceManager,
TextureAtlasSprite texture) |
boolean |
TextureAtlasSprite.hasCustomLoader(IResourceManager manager,
ResourceLocation location)
The result of this function determines is the below 'load' function is called, and the
default vanilla loading code is bypassed completely.
|
boolean |
TextureAtlasSprite.load(IResourceManager manager,
ResourceLocation location,
java.util.function.Function<ResourceLocation,TextureAtlasSprite> textureGetter)
Load the specified resource as this sprite's data.
|
void |
TextureMap.loadSprites(IResourceManager resourceManager,
ITextureMapPopulator iconCreatorIn) |
void |
LayeredColorMaskTexture.loadTexture(IResourceManager resourceManager) |
void |
TextureMap.loadTexture(IResourceManager resourceManager) |
void |
LayeredTexture.loadTexture(IResourceManager resourceManager) |
void |
SimpleTexture.loadTexture(IResourceManager resourceManager) |
void |
DynamicTexture.loadTexture(IResourceManager resourceManager) |
void |
ITextureObject.loadTexture(IResourceManager resourceManager) |
private int |
TextureMap.loadTexture(Stitcher stitcher,
IResourceManager resourceManager,
ResourceLocation location,
TextureAtlasSprite textureatlassprite,
ProgressManager.ProgressBar bar,
int j,
int k) |
void |
TextureMap.loadTextureAtlas(IResourceManager resourceManager) |
void |
TextureManager.onResourceManagerReload(IResourceManager resourceManager) |
static int[] |
TextureUtil.readImageData(IResourceManager resourceManager,
ResourceLocation imageLocation) |
Constructor and Description |
---|
TextureManager(IResourceManager resourceManager) |
Modifier and Type | Interface and Description |
---|---|
interface |
IReloadableResourceManager |
Modifier and Type | Class and Description |
---|---|
class |
FallbackResourceManager |
class |
SimpleReloadableResourceManager |
Modifier and Type | Method and Description |
---|---|
void |
Locale.loadLocaleDataFiles(IResourceManager resourceManager,
java.util.List<java.lang.String> languageList) |
void |
GrassColorReloadListener.onResourceManagerReload(IResourceManager resourceManager) |
void |
FoliageColorReloadListener.onResourceManagerReload(IResourceManager resourceManager) |
void |
LanguageManager.onResourceManagerReload(IResourceManager resourceManager) |
void |
IResourceManagerReloadListener.onResourceManagerReload(IResourceManager resourceManager)
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
private IResourceManager |
ShaderGroup.resourceManager |
Modifier and Type | Method and Description |
---|---|
static ShaderLoader |
ShaderLoader.loadShader(IResourceManager resourceManager,
ShaderLoader.ShaderType type,
java.lang.String filename) |
Constructor and Description |
---|
Shader(IResourceManager resourceManager,
java.lang.String programName,
Framebuffer framebufferInIn,
Framebuffer framebufferOutIn) |
ShaderGroup(TextureManager p_i1050_1_,
IResourceManager resourceManagerIn,
Framebuffer mainFramebufferIn,
ResourceLocation p_i1050_4_) |
ShaderManager(IResourceManager resourceManager,
java.lang.String programName) |
Modifier and Type | Method and Description |
---|---|
void |
SearchTreeManager.onResourceManagerReload(IResourceManager resourceManager) |
Modifier and Type | Method and Description |
---|---|
static java.awt.image.BufferedImage |
MinecraftForgeClient.getImageLayer(ResourceLocation resourceLocation,
IResourceManager resourceManager) |
void |
CloudRenderer.onResourceManagerReload(IResourceManager resourceManager,
java.util.function.Predicate<IResourceType> resourcePredicate) |
Modifier and Type | Field and Description |
---|---|
private static IResourceManager |
ModelLoaderRegistry.manager |
Modifier and Type | Method and Description |
---|---|
static void |
ModelLoaderRegistry.clearModelCache(IResourceManager manager) |
boolean |
ModelDynBucket.BucketBaseSprite.hasCustomLoader(IResourceManager manager,
ResourceLocation location) |
boolean |
ModelDynBucket.BucketCoverSprite.hasCustomLoader(IResourceManager manager,
ResourceLocation location) |
boolean |
ModelLoader.White.hasCustomLoader(IResourceManager manager,
ResourceLocation location) |
boolean |
ModelDynBucket.BucketBaseSprite.load(IResourceManager manager,
ResourceLocation location,
java.util.function.Function<ResourceLocation,TextureAtlasSprite> textureGetter) |
boolean |
ModelDynBucket.BucketCoverSprite.load(IResourceManager manager,
ResourceLocation location,
java.util.function.Function<ResourceLocation,TextureAtlasSprite> textureGetter) |
boolean |
ModelLoader.White.load(IResourceManager manager,
ResourceLocation location,
java.util.function.Function<ResourceLocation,TextureAtlasSprite> textureGetter) |
void |
MultiLayerModel.Loader.onResourceManagerReload(IResourceManager resourceManager) |
void |
ItemLayerModel.Loader.onResourceManagerReload(IResourceManager resourceManager) |
void |
ModelFluid.FluidLoader.onResourceManagerReload(IResourceManager resourceManager) |
void |
ModelDynBucket.LoaderDynBucket.onResourceManagerReload(IResourceManager resourceManager) |
void |
ModelLoader.VanillaLoader.onResourceManagerReload(IResourceManager resourceManager) |
void |
ModelLoader.VariantLoader.onResourceManagerReload(IResourceManager resourceManager) |
void |
ICustomModelLoader.onResourceManagerReload(IResourceManager resourceManager) |
void |
SimpleModelFontRenderer.onResourceManagerReload(IResourceManager resourceManager) |
default void |
ICustomModelLoader.onResourceManagerReload(IResourceManager resourceManager,
java.util.function.Predicate<IResourceType> resourcePredicate) |
Constructor and Description |
---|
ModelLoader(IResourceManager manager,
TextureMap map,
BlockModelShapes shapes) |
Modifier and Type | Method and Description |
---|---|
static ModelBlockAnimation |
ModelBlockAnimation.loadVanillaAnimation(IResourceManager manager,
ResourceLocation armatureLocation)
Load armature associated with a vanilla model.
|
Modifier and Type | Field and Description |
---|---|
private IResourceManager |
B3DLoader.manager |
Modifier and Type | Method and Description |
---|---|
void |
B3DLoader.onResourceManagerReload(IResourceManager manager) |
Modifier and Type | Field and Description |
---|---|
private IResourceManager |
OBJLoader.manager |
private IResourceManager |
OBJModel.Parser.manager |
Modifier and Type | Method and Description |
---|---|
void |
OBJLoader.onResourceManagerReload(IResourceManager resourceManager) |
void |
OBJModel.MaterialLibrary.parseMaterials(IResourceManager manager,
java.lang.String path,
ResourceLocation from) |
Constructor and Description |
---|
Parser(IResource from,
IResourceManager manager) |
Modifier and Type | Method and Description |
---|---|
default void |
ISelectiveResourceReloadListener.onResourceManagerReload(IResourceManager resourceManager) |
void |
ISelectiveResourceReloadListener.onResourceManagerReload(IResourceManager resourceManager,
java.util.function.Predicate<IResourceType> resourcePredicate)
A version of onResourceManager that selectively chooses
IResourceType s
to reload. |
Modifier and Type | Method and 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.
|