Package | Description |
---|---|
net.minecraft.client.renderer | |
net.minecraft.client.renderer.texture |
Modifier and Type | Field and Description |
---|---|
private java.util.Collection<TextureAtlasSprite.Info> |
StitcherException.spriteInfos |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<TextureAtlasSprite.Info> |
StitcherException.getSpriteInfos() |
Constructor and Description |
---|
StitcherException(TextureAtlasSprite.Info spriteInfoIn,
java.util.Collection<TextureAtlasSprite.Info> spriteInfosIn) |
Constructor and Description |
---|
StitcherException(TextureAtlasSprite.Info spriteInfoIn,
java.util.Collection<TextureAtlasSprite.Info> spriteInfosIn) |
Modifier and Type | Field and Description |
---|---|
TextureAtlasSprite.Info |
Stitcher.Holder.spriteInfo |
private static TextureAtlasSprite.Info |
MissingTextureSprite.spriteInfo |
private TextureAtlasSprite.Info |
TextureAtlasSprite.spriteInfo |
Modifier and Type | Method and Description |
---|---|
static TextureAtlasSprite.Info |
MissingTextureSprite.getSpriteInfo() |
Modifier and Type | Method and Description |
---|---|
private java.util.Collection<TextureAtlasSprite.Info> |
AtlasTexture.makeSprites(IResourceManager resourceManagerIn,
java.util.Set<ResourceLocation> spriteLocationsIn) |
Modifier and Type | Method and Description |
---|---|
void |
Stitcher.addSprite(TextureAtlasSprite.Info spriteInfoIn) |
void |
Stitcher.ISpriteLoader.load(TextureAtlasSprite.Info p_load_1_,
int p_load_2_,
int p_load_3_,
int p_load_4_,
int p_load_5_) |
private TextureAtlasSprite |
AtlasTexture.loadSprite(IResourceManager resourceManagerIn,
TextureAtlasSprite.Info spriteInfoIn,
int widthIn,
int heightIn,
int mipmapLevelIn,
int originX,
int originY) |
Constructor and Description |
---|
Holder(TextureAtlasSprite.Info spriteInfoIn,
int mipmapLevelIn) |
InterpolationData(TextureAtlasSprite.Info spriteInfoIn,
int mipmapLevelsIn) |
TextureAtlasSprite(AtlasTexture atlasTextureIn,
TextureAtlasSprite.Info spriteInfoIn,
int mipmapLevelsIn,
int atlasWidthIn,
int atlasHeightIn,
int xIn,
int yIn,
NativeImage imageIn) |