Class TextureAtlasSprite.Info
- java.lang.Object
-
- net.minecraft.client.renderer.texture.TextureAtlasSprite.Info
-
- Enclosing class:
- TextureAtlasSprite
public static final class TextureAtlasSprite.Info extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private int
height
private AnimationMetadataSection
metadata
private ResourceLocation
name
private int
width
-
Constructor Summary
Constructors Constructor Description Info(ResourceLocation p_i226050_1_, int p_i226050_2_, int p_i226050_3_, AnimationMetadataSection p_i226050_4_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
height()
ResourceLocation
name()
int
width()
-
-
-
Field Detail
-
name
private final ResourceLocation name
-
width
private final int width
-
height
private final int height
-
metadata
private final AnimationMetadataSection metadata
-
-
Constructor Detail
-
Info
public Info(ResourceLocation p_i226050_1_, int p_i226050_2_, int p_i226050_3_, AnimationMetadataSection p_i226050_4_)
-
-
Method Detail
-
name
public ResourceLocation name()
-
width
public int width()
-
height
public int height()
-
-