public final class MissingTextureSprite extends TextureAtlasSprite
TextureAtlasSprite.Info, TextureAtlasSprite.InterpolationData
Modifier and Type | Field and Description |
---|---|
private static DynamicTexture |
dynamicTexture |
private static LazyValue<NativeImage> |
IMAGE |
private static ResourceLocation |
LOCATION |
private static TextureAtlasSprite.Info |
spriteInfo |
frames
Modifier | Constructor and Description |
---|---|
private |
MissingTextureSprite(AtlasTexture atlasTextureIn,
int mipmapLevelIn,
int atlasWidthIn,
int atlasHeightIn,
int xIn,
int yIn) |
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
private static final ResourceLocation LOCATION
@Nullable private static DynamicTexture dynamicTexture
private static final LazyValue<NativeImage> IMAGE
private static final TextureAtlasSprite.Info spriteInfo
private MissingTextureSprite(AtlasTexture atlasTextureIn, int mipmapLevelIn, int atlasWidthIn, int atlasHeightIn, int xIn, int yIn)
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()