net.minecraft.client.renderer.texture

public class TextureAtlasSprite

ftc
net.minecraft.client.renderer.texture.TextureAtlasSprite
net.minecraft.class_1058
net.minecraft.client.texture.Sprite
net.minecraft.src.C_4486_

Field summary

Modifier and TypeField
private final ResourceLocation
a
atlasLocation
field_40552
atlasId
f_244141_
private final SpriteContents
b
contents
field_40553
contents
f_244165_
final int
c
x
field_5258
x
f_118349_
final int
d
y
field_5256
y
f_118350_
private final float
e
u0
field_5270
minU
f_118351_
private final float
f
u1
field_5269
maxU
f_118352_
private final float
g
v0
field_5268
minV
f_118353_
private final float
h
v1
field_5267
maxV
f_118354_

Constructor summary

ModifierConstructor
protected (ResourceLocation atlasId, SpriteContents contents, int atlasWidth, int atlasHeight, int x, int y)

Method summary

Modifier and TypeMethod
public int
a()
getX()
method_35806()
getX()
m_174743_()
public int
b()
getY()
method_35807()
getY()
m_174744_()
public float
c()
getU0()
method_4594()
getMinU()
m_118409_()
public float
d()
getU1()
method_4577()
getMaxU()
m_118410_()
public SpriteContents
e()
contents()
method_45851()
getContents()
m_245424_()
public TextureAtlasSprite$Ticker
f()
createTicker()
method_33437()
createAnimation()
m_247406_()
public float
a(double arg0)
getU(double arg0)
method_4580(double arg0)
getFrameU(double frame)
m_118367_(double arg0)
public float
a(float arg0)
getUOffset(float arg0)
method_35804(float arg0)
method_35804(float arg0)
m_174727_(float arg0)
public float
g()
getV0()
method_4593()
getMinV()
m_118411_()
public float
h()
getV1()
method_4575()
getMaxV()
m_118412_()
public float
b(double arg0)
getV(double arg0)
method_4570(double arg0)
getFrameV(double frame)
m_118393_(double arg0)
public float
b(float arg0)
getVOffset(float arg0)
method_35805(float arg0)
method_35805(float arg0)
m_174741_(float arg0)
public ResourceLocation
i()
atlasLocation()
method_45852()
getAtlasId()
m_247685_()
public void
j()
uploadFirstFrame()
method_4584()
upload()
m_118416_()
private float
l()
atlasSize()
method_23841()
getFrameDeltaFactor()
m_118366_()
public float
k()
uvShrinkRatio()
method_23842()
getAnimationFrameDelta()
m_118417_()
public VertexConsumer
a(ehi arg0)
wrap(VertexConsumer arg0)
method_24108(class_4588 arg0)
getTextureSpecificVertexConsumer(VertexConsumer consumer)
m_118381_(C_3187_ arg0)