类 UnitTextureAtlasSprite
java.lang.Object
net.minecraft.client.renderer.texture.TextureAtlasSprite
net.minecraftforge.client.textures.UnitTextureAtlasSprite
A helper sprite with UVs spanning the entire texture.
Useful for baking quads that won't be used with an atlas.
-
嵌套类概要
从类继承的嵌套类/接口 net.minecraft.client.renderer.texture.TextureAtlasSprite
TextureAtlasSprite.Ticker
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
从类继承的方法 net.minecraft.client.renderer.texture.TextureAtlasSprite
atlasLocation, contents, createTicker, getPixelRGBA, getU0, getU1, getUOffset, getV0, getV1, getVOffset, getX, getY, toString, uploadFirstFrame, uvShrinkRatio, wrap
-
字段详细资料
-
LOCATION
-
INSTANCE
-
-
构造器详细资料
-
UnitTextureAtlasSprite
private UnitTextureAtlasSprite()
-
-
方法详细资料
-
getU
public float getU(float u) - 覆盖:
getU
在类中TextureAtlasSprite
-
getV
public float getV(float v) - 覆盖:
getV
在类中TextureAtlasSprite
-