net.minecraft.client.renderer.texture

public class TextureManager

implements Tickable, PreparableReloadListener

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

Field summary

Modifier and TypeField
private static final org.apache.logging.log4j.Logger
b
LOGGER
field_5288
f_skiaesaa
LOGGER
field_147646_a
public static final ResourceLocation
a
INTENTIONAL_MISSING_TEXTURE
field_5285
f_abqcnmrl
MISSING_IDENTIFIER
field_194008_a
private final Map<ResourceLocation, TextureObject>
c
byPath
field_5286
f_zcceojrj
textures
field_110585_a
private final List<Tickable>
d
tickableTextures
field_5284
f_uptlwkpg
tickListeners
field_110583_b
private final Map<String, Integer>
e
prefixRegister
field_5283
f_syzmjohh
dynamicIdCounters
field_110584_c
private final ResourceManager
f
resourceManager
field_5287
f_amcspest
resourceContainer
field_110582_d

Constructor summary

ModifierConstructor
public (ResourceManager arg0)

Method summary

Modifier and TypeMethod
public void
a(qv arg0)
bind(ResourceLocation arg0)
method_4618(class_2960 arg0)
m_lqdpsper(C_ncpywfca arg0)
bindTexture(Identifier id)
func_110577_a(ResourceLocation arg0)
public boolean
a(qv arg0, dxf arg1)
register(ResourceLocation arg0, TickableTextureObject arg1)
method_4620(class_2960 arg0, class_1063 arg1)
m_xnkhrqhi(C_ncpywfca arg0, C_cblbjwnx arg1)
registerTextureUpdateable(Identifier id, TickableTexture arg1)
func_110580_a(ResourceLocation arg0, ITickableTextureObject arg1)
public boolean
a(qv arg0, dxd arg1)
register(ResourceLocation arg0, TextureObject arg1)
method_4616(class_2960 arg0, class_1062 arg1)
m_jlnleqpq(C_ncpywfca arg0, C_yabarlxk arg1)
registerTexture(Identifier id, Texture arg1)
func_110579_a(ResourceLocation arg0, ITextureObject arg1)
public TextureObject
b(qv arg0)
getTexture(ResourceLocation arg0)
method_4619(class_2960 arg0)
m_ejswzydv(C_ncpywfca arg0)
getTexture(Identifier arg0)
func_110581_b(ResourceLocation arg0)
public ResourceLocation
a(String arg0, dwr arg1)
register(String arg0, DynamicTexture arg1)
method_4617(String arg0, class_1043 arg1)
m_zbrnaquq(String arg0, C_dnuzosnl arg1)
registerDynamicTexture(String prefix, NativeImageBackedTexture texture)
func_110578_a(String arg0, DynamicTexture arg1)
public CompletableFuture<Void>
a(qv arg0, Executor arg1)
preload(ResourceLocation arg0, Executor arg1)
method_18168(class_2960 arg0, Executor arg1)
m_dbmqtjdm(C_ncpywfca arg0, Executor arg1)
loadTextureAsync(Identifier id, Executor executor)
func_215268_a(ResourceLocation arg0, Executor arg1)
public void
e()
tick()
method_4622()
m_gemmffpj()
tick()
func_110550_d()
public void
c(qv arg0)
release(ResourceLocation arg0)
method_4615(class_2960 arg0)
m_mdmttxpr(C_ncpywfca arg0)
destroyTexture(Identifier id)
func_147645_c(ResourceLocation arg0)
public CompletableFuture<Void>
a(xd$a arg0, xi arg1, agn arg2, agn arg3, Executor arg4, Executor arg5)
reload(PreparableReloadListener$PreparationBarrier arg0, ResourceManager arg1, ProfilerFiller arg2, ProfilerFiller arg3, Executor arg4, Executor arg5)
reload(class_3302$class_4045 arg0, class_3300 arg1, class_3695 arg2, class_3695 arg3, Executor arg4, Executor arg5)
m_vbnuicfd(C_msqwzogj$C_yodorvdw arg0, C_tmnrpasf arg1, C_eslcbfsq arg2, C_eslcbfsq arg3, Executor arg4, Executor arg5)
reload(ResourceReloadListener$Synchronizer arg0, ResourceManager arg1, Profiler arg2, Profiler arg3, Executor arg4, Executor arg5)
func_215226_a(IFutureReloadListener$IStage arg0, IResourceManager arg1, IProfiler arg2, IProfiler arg3, Executor arg4, Executor arg5)