Uses of Class
net.minecraft.client.renderer.texture.NativeImage
-
-
Uses of NativeImage in net.minecraft.client.gui.fonts
Fields in net.minecraft.client.gui.fonts declared as NativeImage Modifier and Type Field Description private static NativeImage
DefaultGlyph. IMAGE_DATA
private static NativeImage
WhiteGlyph. IMAGE_DATA
-
Uses of NativeImage in net.minecraft.client.gui.fonts.providers
Fields in net.minecraft.client.gui.fonts.providers declared as NativeImage Modifier and Type Field Description private NativeImage
TextureGlyphProvider.GlyphInfo. image
private NativeImage
TextureGlyphProvider. image
private NativeImage
UnicodeTextureGlyphProvider.GlpyhInfo. source
Fields in net.minecraft.client.gui.fonts.providers with type parameters of type NativeImage Modifier and Type Field Description private java.util.Map<ResourceLocation,NativeImage>
UnicodeTextureGlyphProvider. textures
Methods in net.minecraft.client.gui.fonts.providers that return NativeImage Modifier and Type Method Description private NativeImage
UnicodeTextureGlyphProvider. loadTexture(ResourceLocation p_211255_1_)
Methods in net.minecraft.client.gui.fonts.providers with parameters of type NativeImage Modifier and Type Method Description private int
TextureGlyphProvider.Factory. getActualGlyphWidth(NativeImage p_211632_1_, int p_211632_2_, int p_211632_3_, int p_211632_4_, int p_211632_5_)
Constructors in net.minecraft.client.gui.fonts.providers with parameters of type NativeImage Constructor Description GlpyhInfo(int p_i49758_1_, int p_i49758_2_, int p_i49758_3_, int p_i49758_4_, NativeImage p_i49758_5_)
GlyphInfo(float p_i49748_1_, NativeImage p_i49748_2_, int p_i49748_3_, int p_i49748_4_, int p_i49748_5_, int p_i49748_6_, int p_i49748_7_, int p_i49748_8_)
TextureGlyphProvider(NativeImage p_i232266_1_, it.unimi.dsi.fastutil.ints.Int2ObjectMap<TextureGlyphProvider.GlyphInfo> p_i232266_2_)
-
Uses of NativeImage in net.minecraft.client.renderer
Fields in net.minecraft.client.renderer declared as NativeImage Modifier and Type Field Description private NativeImage
LightTexture. lightPixels
-
Uses of NativeImage in net.minecraft.client.renderer.texture
Fields in net.minecraft.client.renderer.texture declared as NativeImage Modifier and Type Field Description private NativeImage[]
TextureAtlasSprite.InterpolationData. activeFrame
private NativeImage
SimpleTexture.TextureData. image
protected NativeImage[]
TextureAtlasSprite. mainImage
private NativeImage
DynamicTexture. pixels
Fields in net.minecraft.client.renderer.texture with type parameters of type NativeImage Modifier and Type Field Description private static LazyValue<NativeImage>
MissingTextureSprite. MISSING_IMAGE_DATA
Methods in net.minecraft.client.renderer.texture that return NativeImage Modifier and Type Method Description static NativeImage
NativeImage. fromBase64(java.lang.String p_216511_0_)
static NativeImage[]
MipmapGenerator. generateMipLevels(NativeImage p_229173_0_, int p_229173_1_)
NativeImage
SimpleTexture.TextureData. getImage()
NativeImage
DynamicTexture. getPixels()
private NativeImage
DownloadingTexture. load(java.io.InputStream p_229159_1_)
private static NativeImage
DownloadingTexture. processLegacySkin(NativeImage p_229163_0_)
static NativeImage
NativeImage. read(java.io.InputStream p_195713_0_)
static NativeImage
NativeImage. read(java.nio.ByteBuffer p_195704_0_)
static NativeImage
NativeImage. read(NativeImage.PixelFormat p_211679_0_, java.io.InputStream p_211679_1_)
static NativeImage
NativeImage. read(NativeImage.PixelFormat p_211677_0_, java.nio.ByteBuffer p_211677_1_)
Methods in net.minecraft.client.renderer.texture with parameters of type NativeImage Modifier and Type Method Description void
NativeImage. copyFrom(NativeImage p_195703_1_)
private void
SimpleTexture. doLoad(NativeImage p_229207_1_, boolean p_229207_2_, boolean p_229207_3_)
private static void
DownloadingTexture. doNotchTransparencyHack(NativeImage p_229158_0_, int p_229158_1_, int p_229158_2_, int p_229158_3_, int p_229158_4_)
static NativeImage[]
MipmapGenerator. generateMipLevels(NativeImage p_229173_0_, int p_229173_1_)
private void
DownloadingTexture. loadCallback(NativeImage p_195417_1_)
private static NativeImage
DownloadingTexture. processLegacySkin(NativeImage p_229163_0_)
void
NativeImage. resizeSubRectTo(int p_195708_1_, int p_195708_2_, int p_195708_3_, int p_195708_4_, NativeImage p_195708_5_)
private static void
DownloadingTexture. setNoAlpha(NativeImage p_229161_0_, int p_229161_1_, int p_229161_2_, int p_229161_3_, int p_229161_4_)
void
DynamicTexture. setPixels(NativeImage p_195415_1_)
private void
DownloadingTexture. upload(NativeImage p_229160_1_)
private void
TextureAtlasSprite. upload(int p_195667_1_, int p_195667_2_, NativeImage[] p_195667_3_)
Constructors in net.minecraft.client.renderer.texture with parameters of type NativeImage Constructor Description DynamicTexture(NativeImage p_i48124_1_)
TextureAtlasSprite(AtlasTexture p_i226049_1_, TextureAtlasSprite.Info p_i226049_2_, int p_i226049_3_, int p_i226049_4_, int p_i226049_5_, int p_i226049_6_, int p_i226049_7_, NativeImage p_i226049_8_)
TextureData(TextureMetadataSection p_i50474_1_, NativeImage p_i50474_2_)
-
Uses of NativeImage in net.minecraft.client.resources
Methods in net.minecraft.client.resources with parameters of type NativeImage Modifier and Type Method Description private static void
LegacyResourcePackWrapperV4. copyRect(NativeImage p_229284_0_, NativeImage p_229284_1_, int p_229284_2_, int p_229284_3_, int p_229284_4_, int p_229284_5_, int p_229284_6_, int p_229284_7_, int p_229284_8_, boolean p_229284_9_, boolean p_229284_10_)
-
Uses of NativeImage in net.minecraft.util
Methods in net.minecraft.util that return NativeImage Modifier and Type Method Description static NativeImage
ScreenShotHelper. takeScreenshot(int p_198052_0_, int p_198052_1_, Framebuffer p_198052_2_)
-
Uses of NativeImage in net.minecraftforge.client
Fields in net.minecraftforge.client with type parameters of type NativeImage Modifier and Type Field Description private static java.util.HashMap<ResourceLocation,java.util.function.Supplier<NativeImage>>
MinecraftForgeClient. bufferedImageSuppliers
Methods in net.minecraftforge.client that return NativeImage Modifier and Type Method Description static NativeImage
MinecraftForgeClient. getImageLayer(ResourceLocation resourceLocation, IResourceManager resourceManager)
Methods in net.minecraftforge.client with parameters of type NativeImage Modifier and Type Method Description static TextureAtlasSprite
ForgeHooksClient. loadTextureAtlasSprite(AtlasTexture atlasTexture, IResourceManager resourceManager, TextureAtlasSprite.Info textureInfo, IResource resource, int atlasWidth, int atlasHeight, int spriteX, int spriteY, int mipmapLevel, NativeImage image)
static ScreenshotEvent
ForgeHooksClient. onScreenshot(NativeImage image, java.io.File screenshotFile)
Method parameters in net.minecraftforge.client with type arguments of type NativeImage Modifier and Type Method Description static void
MinecraftForgeClient. registerImageLayerSupplier(ResourceLocation resourceLocation, java.util.function.Supplier<NativeImage> supplier)
-
Uses of NativeImage in net.minecraftforge.client.event
Fields in net.minecraftforge.client.event declared as NativeImage Modifier and Type Field Description private NativeImage
ScreenshotEvent. image
Methods in net.minecraftforge.client.event that return NativeImage Modifier and Type Method Description NativeImage
ScreenshotEvent. getImage()
Constructors in net.minecraftforge.client.event with parameters of type NativeImage Constructor Description ScreenshotEvent(NativeImage image, java.io.File screenshotFile)
-
Uses of NativeImage in net.minecraftforge.client.textures
Methods in net.minecraftforge.client.textures with parameters of type NativeImage Modifier and Type Method Description TextureAtlasSprite
ITextureAtlasSpriteLoader. load(AtlasTexture atlas, IResourceManager resourceManager, TextureAtlasSprite.Info textureInfo, IResource resource, int atlasWidth, int atlasHeight, int spriteX, int spriteY, int mipmapLevel, NativeImage image)
Load a TextureAtlasSprite for the given resource. -
Uses of NativeImage in net.minecraftforge.debug.client
Methods in net.minecraftforge.debug.client with parameters of type NativeImage Modifier and Type Method Description TextureAtlasSprite
CustomTASTest.TasLoader. load(AtlasTexture atlas, IResourceManager resourceManager, TextureAtlasSprite.Info textureInfo, IResource resource, int atlasWidth, int atlasHeight, int spriteX, int spriteY, int mipmapLevel, NativeImage image)
-