public final class MissingTextureSprite extends TextureAtlasSprite
TextureAtlasSprite.Info
frames
Modifier and Type | Method and Description |
---|---|
void |
close() |
static MissingTextureSprite |
create(AtlasTexture atlasTextureIn,
int mipmapLevelIn,
int atlasWidthIn,
int atlasHeightIn,
int xIn,
int yIn) |
static DynamicTexture |
getDynamicTexture() |
static ResourceLocation |
getLocation() |
static TextureAtlasSprite.Info |
getSpriteInfo() |
getAtlasTexture, getFrameCount, getHeight, getInterpolatedU, getInterpolatedV, getMaxU, getMaxV, getMinU, getMinV, getName, getPixelRGBA, getUvShrinkRatio, getWidth, hasAnimationMetadata, isPixelTransparent, toString, updateAnimation, uploadMipmaps, wrapBuffer
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getDependencies, hasCustomLoader, load
public static MissingTextureSprite create(AtlasTexture atlasTextureIn, int mipmapLevelIn, int atlasWidthIn, int atlasHeightIn, int xIn, int yIn)
public static ResourceLocation getLocation()
public static TextureAtlasSprite.Info getSpriteInfo()
public void close()
close
in interface java.lang.AutoCloseable
close
in class TextureAtlasSprite
public static DynamicTexture getDynamicTexture()