Modifier and Type | Field and Description |
---|---|
TextureManager |
Minecraft.textureManager |
Modifier and Type | Method and Description |
---|---|
TextureManager |
Minecraft.getTextureManager() |
Modifier and Type | Field and Description |
---|---|
private TextureManager |
MapItemRenderer.textureManager |
private TextureManager |
FontRenderer.textureManager |
Constructor and Description |
---|
FontRenderer(TextureManager textureManagerIn,
Font fontIn) |
MapItemRenderer(TextureManager textureManagerIn) |
Modifier and Type | Field and Description |
---|---|
private TextureManager |
FontResourceManager.textureManager |
private TextureManager |
Font.textureManager |
Constructor and Description |
---|
Font(TextureManager textureManagerIn,
ResourceLocation resourceLocationIn) |
FontResourceManager(TextureManager textureManagerIn,
boolean forceUnicodeFontIn) |
Modifier and Type | Method and Description |
---|---|
static java.util.concurrent.CompletableFuture<java.lang.Void> |
MainMenuScreen.loadAsync(TextureManager texMngr,
java.util.concurrent.Executor backgroundExecutor) |
Modifier and Type | Field and Description |
---|---|
private TextureManager |
ParticleManager.renderer |
Modifier and Type | Method and Description |
---|---|
void |
IParticleRenderType.beginRender(BufferBuilder p_217600_1_,
TextureManager p_217600_2_) |
Constructor and Description |
---|
ParticleManager(World worldIn,
TextureManager rendererIn) |
Modifier and Type | Field and Description |
---|---|
private TextureManager |
WorldRenderer.textureManager |
private TextureManager |
ItemRenderer.textureManager |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.CompletableFuture<java.lang.Void> |
RenderSkyboxCube.loadAsync(TextureManager texMngr,
java.util.concurrent.Executor backgroundExecutor) |
Constructor and Description |
---|
ItemRenderer(TextureManager textureManagerIn,
ModelManager modelManagerIn,
ItemColors itemColorsIn) |
Modifier and Type | Field and Description |
---|---|
TextureManager |
EntityRendererManager.textureManager |
Constructor and Description |
---|
EntityRendererManager(TextureManager textureManagerIn,
ItemRenderer itemRendererIn,
IReloadableResourceManager resourceManagerIn,
FontRenderer fontRendererIn,
GameSettings gameSettingsIn) |
Modifier and Type | Field and Description |
---|---|
private TextureManager |
ModelManager.textureManager |
Modifier and Type | Method and Description |
---|---|
SpriteMap |
ModelBakery.uploadTextures(TextureManager resourceManagerIn,
IProfiler profilerIn) |
Constructor and Description |
---|
ModelManager(TextureManager textureManagerIn,
BlockColors blockColorsIn,
int maxMipmapLevelIn) |
Modifier and Type | Method and Description |
---|---|
void |
Texture.loadTexture(TextureManager textureManagerIn,
IResourceManager resourceManagerIn,
ResourceLocation resourceLocationIn,
java.util.concurrent.Executor executorIn) |
void |
PreloadedTexture.loadTexture(TextureManager textureManagerIn,
IResourceManager resourceManagerIn,
ResourceLocation resourceLocationIn,
java.util.concurrent.Executor executorIn) |
Constructor and Description |
---|
PaintingSpriteUploader(TextureManager textureManagerIn) |
PotionSpriteUploader(TextureManager textureManagerIn) |
SpriteUploader(TextureManager textureManagerIn,
ResourceLocation atlasTextureLocation,
java.lang.String prefixIn) |
Modifier and Type | Field and Description |
---|---|
TextureManager |
TileEntityRendererDispatcher.textureManager |
Modifier and Type | Method and Description |
---|---|
void |
TileEntityRendererDispatcher.prepare(World worldIn,
TextureManager textureManagerIn,
FontRenderer fontRendererIn,
ActiveRenderInfo activeRenderInfoIn,
RayTraceResult rayTraceResultIn) |
Modifier and Type | Field and Description |
---|---|
private TextureManager |
SkinManager.textureManager |
Modifier and Type | Method and Description |
---|---|
void |
ClientResourcePackInfo.func_195808_a(TextureManager p_195808_1_) |
Constructor and Description |
---|
SkinManager(TextureManager textureManagerInstance,
java.io.File skinCacheDirectory,
com.mojang.authlib.minecraft.MinecraftSessionService sessionService) |
Modifier and Type | Method and Description |
---|---|
private void |
ShaderGroup.parseGroup(TextureManager p_152765_1_,
ResourceLocation p_152765_2_) |
private void |
ShaderGroup.parsePass(TextureManager p_152764_1_,
com.google.gson.JsonElement json) |
Constructor and Description |
---|
ShaderGroup(TextureManager p_i1050_1_,
IResourceManager resourceManagerIn,
Framebuffer mainFramebufferIn,
ResourceLocation p_i1050_4_) |
Constructor and Description |
---|
SimpleModelFontRenderer(GameSettings settings,
ResourceLocation font,
TextureManager manager,
boolean isUnicode,
Matrix4f matrix) |