net.minecraft.client.resources.model

public class AtlasManager

implements PreparableReloadListener, MaterialSet, AutoCloseable

iji
net.minecraft.client.resources.model.AtlasManager
net.minecraft.class_11697
net.minecraft.client.texture.AtlasManager

Field summary

Modifier and TypeField
private static final List<AtlasManager$AtlasConfig>
b
KNOWN_ATLASES
field_61862
ATLAS_METADATA
public static final PreparableReloadListener$StateKey<AtlasManager$PendingStitchResults>
a
PENDING_STITCH
field_61861
stitchKey
private final Map<Identifier, AtlasManager$AtlasEntry>
c
atlasByTexture
field_61939
entriesByTextureId
private final Map<Identifier, AtlasManager$AtlasEntry>
d
atlasById
field_61940
entriesByDefinitionId
private Map<Material, TextureAtlasSprite>
e
materialLookup
field_61864
sprites
private int
f
maxMipmapLevels
field_61865
mipmapLevels

Constructor summary

ModifierConstructor
public (TextureManager textureManager, int mipmapLevels)

Method summary

Modifier and TypeMethod
public TextureAtlas
a(amo arg0)
getAtlasOrThrow(Identifier arg0)
method_73025(class_2960 arg0)
getAtlasTexture(Identifier id)
public void
a(BiConsumer<amo, ihl> arg0)
forEach(BiConsumer<Identifier, TextureAtlas> arg0)
method_73156(BiConsumer<class_2960, class_1059> arg0)
acceptAtlasTextures(BiConsumer<Identifier, SpriteAtlasTexture> consumer)
public void
a(int arg0)
updateMaxMipLevel(int arg0)
method_73024(int arg0)
setMipmapLevels(int mipmapLevels)
public void
close()
close()
public TextureAtlasSprite
a(ijp arg0)
get(Material arg0)
method_73030(class_4730 arg0)
getSprite(SpriteIdentifier arg0)
public void
prepareSharedState(bat$b arg0)
prepareSharedState(PreparableReloadListener$SharedState arg0)
prepareSharedState(class_3302$class_11558 arg0)
prepareSharedState(ResourceReloader$Store arg0)
public CompletableFuture<Void>
reload(bat$b arg0, Executor arg1, bat$a arg2, Executor arg3)
reload(PreparableReloadListener$SharedState arg0, Executor arg1, PreparableReloadListener$PreparationBarrier arg2, Executor arg3)
method_25931(class_3302$class_11558 arg0, Executor arg1, class_3302$class_4045 arg2, Executor arg3)
reload(ResourceReloader$Store arg0, Executor arg1, ResourceReloader$Synchronizer arg2, Executor arg3)