net.minecraft.client.renderer.texture

public class TextureManager

implements PreparableReloadListener, Tickable, AutoCloseable

hiz
net.minecraft.client.renderer.texture.TextureManager
net.minecraft.class_1060
net.minecraft.unmapped.C_rglkduer
net.minecraft.client.texture.TextureManager
net.minecraft.client.texture.TextureManager

Field summary

Modifier and TypeField
private static final org.slf4j.Logger
b
LOGGER
field_5288
f_skiaesaa
LOGGER
LOGGER
public static final ResourceLocation
a
INTENTIONAL_MISSING_TEXTURE
field_5285
f_abqcnmrl
MISSING_IDENTIFIER
MISSING_IDENTIFIER
private final Map<ResourceLocation, AbstractTexture>
c
byPath
field_5286
f_zcceojrj
textures
textures
private final Set<Tickable>
d
tickableTextures
field_5284
f_uptlwkpg
tickListeners
tickListeners
private final ResourceManager
e
resourceManager
field_5287
f_amcspest
resourceContainer
resourceContainer

Constructor summary

ModifierConstructor
public (ResourceManager resourceManager)

Method summary

Modifier and TypeMethod
public void
a(alg arg0, hio arg1)
registerAndLoad(ResourceLocation arg0, ReloadableTexture arg1)
method_65876(class_2960 arg0, class_10537 arg1)
m_uhwzsreb(C_ncpywfca arg0, C_aconwabh arg1)
registerTexture(Identifier id, ReloadableTexture texture)
m_uhwzsreb(Identifier id, C_aconwabh arg1)
private TextureContents
b(alg arg0, hio arg1)
loadContentsSafe(ResourceLocation arg0, ReloadableTexture arg1)
method_65925(class_2960 arg0, class_10537 arg1)
m_iiwnuhdn(C_ncpywfca arg0, C_aconwabh arg1)
loadTexture(Identifier id, ReloadableTexture texture)
m_iiwnuhdn(Identifier id, C_aconwabh arg1)
public void
a(alg arg0)
registerForNextReload(ResourceLocation arg0)
method_65875(class_2960 arg0)
m_zgeduhuj(C_ncpywfca arg0)
registerTexture(Identifier id)
m_zgeduhuj(Identifier id)
public void
a(alg arg0, hii arg1)
register(ResourceLocation arg0, AbstractTexture arg1)
method_4616(class_2960 arg0, class_1044 arg1)
m_plbcjiko(C_ncpywfca arg0, C_ubocndml arg1)
registerTexture(Identifier id, AbstractTexture texture)
m_plbcjiko(Identifier id, AbstractTexture arg1)
private void
b(alg arg0, hii arg1)
safeClose(ResourceLocation arg0, AbstractTexture arg1)
method_30299(class_2960 arg0, class_1044 arg1)
m_eotbebcb(C_ncpywfca arg0, C_ubocndml arg1)
closeTexture(Identifier id, AbstractTexture texture)
closeTexture(Identifier id, AbstractTexture texture)
public AbstractTexture
b(alg arg0)
getTexture(ResourceLocation arg0)
method_4619(class_2960 arg0)
m_ejswzydv(C_ncpywfca arg0)
getTexture(Identifier id)
m_ejswzydv(Identifier id)
public void
e()
tick()
method_4622()
m_gemmffpj()
tick()
tick()
public void
c(alg arg0)
release(ResourceLocation arg0)
method_4615(class_2960 arg0)
m_mdmttxpr(C_ncpywfca arg0)
destroyTexture(Identifier id)
destroyTexture(Identifier id)
public void
close()
close()
public CompletableFuture<Void>
a(auw$a arg0, avd arg1, Executor arg2, Executor arg3)
reload(PreparableReloadListener$PreparationBarrier arg0, ResourceManager arg1, Executor arg2, Executor arg3)
method_25931(class_3302$class_4045 arg0, class_3300 arg1, Executor arg2, Executor arg3)
m_vbnuicfd(C_msqwzogj$C_yodorvdw arg0, C_tmnrpasf arg1, Executor arg2, Executor arg3)
reload(ResourceReloader$Synchronizer arg0, ResourceManager arg1, Executor arg2, Executor arg3)
reload(ResourceReloader$Synchronizer arg0, ResourceManager arg1, Executor arg2, Executor arg3)
public void
a(Path arg0)
dumpAllSheets(Path arg0)
method_49715(Path arg0)
m_xjjfwyen(Path arg0)
dumpDynamicTextures(Path path)
dumpDynamicTextures(Path path)
private void
b(Path arg0)
_dumpAllSheets(Path arg0)
method_49717(Path arg0)
m_mirfpslt(Path arg0)
dumpDynamicTexturesInternal(Path path)
dumpDynamicTexturesInternal(Path path)
private static TextureContents
a(avd arg0, alg arg1, hio arg2)
loadContents(ResourceManager arg0, ResourceLocation arg1, ReloadableTexture arg2)
method_65877(class_3300 arg0, class_2960 arg1, class_10537 arg2)
m_eeyfiair(C_tmnrpasf arg0, C_ncpywfca arg1, C_aconwabh arg2)
loadTexture(ResourceManager resourceManager, Identifier textureId, ReloadableTexture texture)
m_eeyfiair(ResourceManager resourceManager, Identifier id, C_aconwabh arg2)
private static TextureManager$PendingReload
a(avd arg0, alg arg1, hio arg2, Executor arg3)
scheduleLoad(ResourceManager arg0, ResourceLocation arg1, ReloadableTexture arg2, Executor arg3)
method_65878(class_3300 arg0, class_2960 arg1, class_10537 arg2, Executor arg3)
m_bxgpntnw(C_tmnrpasf arg0, C_ncpywfca arg1, C_aconwabh arg2, Executor arg3)
reloadTexture(ResourceManager resourceManager, Identifier textureId, ReloadableTexture texture, Executor prepareExecutor)
m_bxgpntnw(ResourceManager resourceManager, Identifier id, C_aconwabh texture, Executor executor)