net.minecraft.client.render.texture

public class TextureAtlas

extends AbstractTexture implements TickableTexture

All mapped superinterfaces:

Texture, TickableTexture, Tickable

bvd
net.minecraft.class_1533
net.minecraft.client.render.texture.TextureAtlas
net.minecraft.client.renderer.texture.TextureMap

Field summary

Modifier and TypeField
private static final org.apache.logging.log4j.Logger
h
field_8087
LOGGER
LOGGER
public static final Identifier
f
field_11196
MISSING_TEXTURE_ID
LOCATION_MISSING_TEXTURE
public static final Identifier
g
field_6556
BLOCKS_LOCATION
LOCATION_BLOCKS_TEXTURE
private final List<TextureAtlasSprite>
i
field_6022
animatedSprites
listAnimatedSprites
private final Map<String, TextureAtlasSprite>
j
field_6558
sourcedSprites
mapRegisteredSprites
private final Map<String, TextureAtlasSprite>
k
field_6559
stitchedSprites
mapUploadedSprites
private final String
l
field_6016
path
basePath
private final SpriteSource
m
field_11197
spriteSource
iconCreator
private int
n
field_8088
maxMipLevel
mipmapLevels
private final TextureAtlasSprite
o
field_6560
missingSprite
missingImage

Constructor summary

ModifierConstructor
public (String path)
public (String path, SpriteSource spriteSource)

Method summary

Modifier and TypeMethod
private void
g()
method_5829()
loadMissingTexture()
initMissingImage()
public void
a(bwd arg0)
method_5854(class_1654 arg0)
load(ResourceManager arg0)
loadTexture(IResourceManager arg0)
public void
a(bwd arg0, buw arg1)
method_10315(class_1654 arg0, class_2518 arg1)
load(ResourceManager resourceManager, SpriteSource spriteSource)
loadSprites(IResourceManager resourceManager, ITextureMapPopulator iconCreatorIn)
public void
b(bwd arg0)
method_7005(class_1654 arg0)
loadAndStitch(ResourceManager resourceManager)
loadTextureAtlas(IResourceManager resourceManager)
private boolean
a(bwd arg0, bve arg1)
method_12488(class_1654 arg0, class_1639 arg1)
loadSprite(ResourceManager resourceManager, TextureAtlasSprite sprite)
generateMipmaps(IResourceManager resourceManager, TextureAtlasSprite texture)
private Identifier
a(bve arg0)
method_12487(class_1639 arg0)
getResourceId(TextureAtlasSprite sprite)
getResourceLocation(TextureAtlasSprite arg0)
public TextureAtlasSprite
a(String arg0)
method_5828(String arg0)
getSprite(String name)
getAtlasSprite(String iconName)
public void
d()
method_5238()
bindAndTick()
updateAnimations()
public TextureAtlasSprite
a(kl arg0)
method_10316(class_1653 arg0)
registerSprite(Identifier location)
registerSprite(ResourceLocation location)
public void
e()
method_5871()
tick()
tick()
public void
a(int arg0)
method_7002(int arg0)
setMaxMipLevel(int mipLevel)
setMipmapLevels(int mipmapLevelsIn)
public TextureAtlasSprite
f()
method_10317()
getMissingSprite()
getMissingSprite()