Class 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.
- 
Nested Class SummaryNested classes/interfaces inherited from class net.minecraft.client.renderer.texture.TextureAtlasSpriteTextureAtlasSprite.Ticker
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final UnitTextureAtlasSpritestatic final ResourceLocation
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class net.minecraft.client.renderer.texture.TextureAtlasSpriteatlasLocation, contents, createTicker, getPixelRGBA, getU0, getU1, getUOffset, getV0, getV1, getVOffset, getX, getY, toString, uploadFirstFrame, uvShrinkRatio, wrap
- 
Field Details- 
LOCATION
- 
INSTANCE
 
- 
- 
Constructor Details- 
UnitTextureAtlasSpriteprivate UnitTextureAtlasSprite()
 
- 
- 
Method Details- 
getUpublic float getU(float u) - Overrides:
- getUin class- TextureAtlasSprite
 
- 
getVpublic float getV(float v) - Overrides:
- getVin class- TextureAtlasSprite
 
 
-