net.minecraft.client.renderer.texture

public class TextureAtlasSprite

hbl
net.minecraft.client.renderer.texture.TextureAtlasSprite
net.minecraft.class_1058
net.minecraft.client.texture.Sprite

Field summary

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

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()
public int
b()
getY()
method_35807()
getY()
public float
c()
getU0()
method_4594()
getMinU()
public float
d()
getU1()
method_4577()
getMaxU()
public SpriteContents
e()
contents()
method_45851()
getContents()
public TextureAtlasSprite$Ticker
f()
createTicker()
method_33437()
createAnimation()
public float
a(float arg0)
getU(float arg0)
method_4580(float arg0)
getFrameU(float frame)
public float
b(float arg0)
getUOffset(float arg0)
method_35804(float arg0)
getFrameFromU(float u)
public float
g()
getV0()
method_4593()
getMinV()
public float
h()
getV1()
method_4575()
getMaxV()
public float
c(float arg0)
getV(float arg0)
method_4570(float arg0)
getFrameV(float frame)
public float
d(float arg0)
getVOffset(float arg0)
method_35805(float arg0)
getFrameFromV(float v)
public ResourceLocation
i()
atlasLocation()
method_45852()
getAtlasId()
public void
j()
uploadFirstFrame()
method_4584()
upload()
private float
l()
atlasSize()
method_23841()
getFrameDeltaFactor()
public float
k()
uvShrinkRatio()
method_23842()
getAnimationFrameDelta()
public VertexConsumer
a(fgw arg0)
wrap(VertexConsumer arg0)
method_24108(class_4588 arg0)
getTextureSpecificVertexConsumer(VertexConsumer consumer)