net.minecraft.client.renderer.texture

public class TextureAtlas

extends AbstractTexture implements Dumpable, Tickable

All mapped superinterfaces:

Dumpable, Tickable

hbk
net.minecraft.client.renderer.texture.TextureAtlas
net.minecraft.class_1059
net.minecraft.client.texture.SpriteAtlasTexture

Field summary

Modifier and TypeField
private static final org.slf4j.Logger
f
LOGGER
field_5278
LOGGER
public static final ResourceLocation
d
LOCATION_BLOCKS
field_5275
BLOCK_ATLAS_TEXTURE
public static final ResourceLocation
e
LOCATION_PARTICLES
field_17898
PARTICLE_ATLAS_TEXTURE
private List<SpriteContents>
g
sprites
field_5277
spritesToLoad
private List<TextureAtlasSprite$Ticker>
h
animatedTextures
field_5276
animatedSprites
private Map<ResourceLocation, TextureAtlasSprite>
i
texturesByName
field_5280
sprites
private TextureAtlasSprite
j
missingSprite
field_46207
missingSprite
private final ResourceLocation
k
location
field_21749
id
private final int
l
maxSupportedTextureSize
field_17899
maxTextureSize
private int
m
width
field_43113
width
private int
n
height
field_43114
height
private int
o
mipLevel
field_43115
mipLevel

Constructor summary

ModifierConstructor
public (ResourceLocation id)

Method summary

Modifier and TypeMethod
public void
a(avv arg0)
load(ResourceManager arg0)
method_4625(class_3300 arg0)
load(ResourceManager arg0)
public void
a(hbg$a arg0)
upload(SpriteLoader$Preparations arg0)
method_45848(class_7766$class_7767 arg0)
upload(SpriteLoader$StitchResult stitchResult)
public void
a(alz arg0, Path arg1)
dumpContents(ResourceLocation arg0, Path arg1)
method_49712(class_2960 arg0, Path arg1)
save(Identifier arg0, Path arg1)
private static void
a(Path arg0, String arg1, Map<alz, hbl> arg2)
dumpSpriteNames(Path arg0, String arg1, Map<ResourceLocation, TextureAtlasSprite> arg2)
method_45849(Path arg0, String arg1, Map<class_2960, class_1058> arg2)
dumpAtlasInfos(Path path, String id, Map<Identifier, Sprite> sprites)
public void
e()
cycleAnimationFrames()
method_4612()
tickAnimatedSprites()
public void
f()
tick()
method_4622()
tick()
public TextureAtlasSprite
a(alz arg0)
getSprite(ResourceLocation arg0)
method_4608(class_2960 arg0)
getSprite(Identifier id)
public void
g()
clearTextureData()
method_4601()
clear()
public ResourceLocation
h()
location()
method_24106()
getId()
public int
i()
maxSupportedTextureSize()
method_45850()
getMaxTextureSize()
int
j()
getWidth()
method_49713()
getWidth()
int
k()
getHeight()
method_49714()
getHeight()
public void
b(hbg$a arg0)
updateFilter(SpriteLoader$Preparations arg0)
method_24198(class_7766$class_7767 arg0)
applyTextureFilter(SpriteLoader$StitchResult data)