Uses of Class
com.mojang.blaze3d.platform.NativeImage
Packages that use NativeImage
Package
Description
-
Uses of NativeImage in com.mojang.blaze3d.platform
Methods in com.mojang.blaze3d.platform that return NativeImageModifier and TypeMethodDescriptionstatic NativeImageNativeImage.fromBase64(String p_85061_) static NativeImageNativeImage.read(NativeImage.Format p_85049_, InputStream p_85050_) static NativeImageNativeImage.read(NativeImage.Format p_85052_, ByteBuffer p_85053_) static NativeImageNativeImage.read(InputStream p_85059_) static NativeImageNativeImage.read(ByteBuffer p_85063_) Methods in com.mojang.blaze3d.platform with parameters of type NativeImageModifier and TypeMethodDescriptionvoidNativeImage.copyFrom(NativeImage p_85055_) voidNativeImage.resizeSubRectTo(int p_85035_, int p_85036_, int p_85037_, int p_85038_, NativeImage p_85039_) -
Uses of NativeImage in net.minecraft.client
Methods in net.minecraft.client that return NativeImageModifier and TypeMethodDescriptionstatic NativeImageScreenshot.takeScreenshot(RenderTarget p_92282_) -
Uses of NativeImage in net.minecraft.client.gui.font.glyphs
Fields in net.minecraft.client.gui.font.glyphs declared as NativeImageModifier and TypeFieldDescriptionprivate static final NativeImageMissingGlyph.IMAGE_DATAprivate static final NativeImageWhiteGlyph.IMAGE_DATA -
Uses of NativeImage in net.minecraft.client.gui.font.providers
Fields in net.minecraft.client.gui.font.providers declared as NativeImageModifier and TypeFieldDescriptionprivate final NativeImageBitmapProvider.Glyph.imageprivate final NativeImageBitmapProvider.imageprivate final NativeImageLegacyUnicodeBitmapsProvider.Glyph.sourceFields in net.minecraft.client.gui.font.providers with type parameters of type NativeImageModifier and TypeFieldDescriptionprivate final Map<ResourceLocation,NativeImage> LegacyUnicodeBitmapsProvider.texturesMethods in net.minecraft.client.gui.font.providers that return NativeImageModifier and TypeMethodDescriptionprivate NativeImageLegacyUnicodeBitmapsProvider.loadTexture(ResourceLocation p_95438_) Methods in net.minecraft.client.gui.font.providers with parameters of type NativeImageModifier and TypeMethodDescriptionprivate intBitmapProvider.Builder.getActualGlyphWidth(NativeImage p_95358_, int p_95359_, int p_95360_, int p_95361_, int p_95362_) Constructors in net.minecraft.client.gui.font.providers with parameters of type NativeImageModifierConstructorDescription(package private)BitmapProvider(NativeImage p_95333_, it.unimi.dsi.fastutil.ints.Int2ObjectMap<BitmapProvider.Glyph> p_95334_) (package private)Glyph(float p_95372_, NativeImage p_95373_, int p_95374_, int p_95375_, int p_95376_, int p_95377_, int p_95378_, int p_95379_) (package private)Glyph(int p_95460_, int p_95461_, int p_95462_, int p_95463_, NativeImage p_95464_) -
Uses of NativeImage in net.minecraft.client.renderer
Fields in net.minecraft.client.renderer declared as NativeImage -
Uses of NativeImage in net.minecraft.client.renderer.texture
Fields in net.minecraft.client.renderer.texture declared as NativeImageModifier and TypeFieldDescriptionprivate final NativeImage[]TextureAtlasSprite.InterpolationData.activeFrameprivate final NativeImageSimpleTexture.TextureImage.imageprotected final NativeImage[]TextureAtlasSprite.mainImageprivate NativeImageDynamicTexture.pixelsFields in net.minecraft.client.renderer.texture with type parameters of type NativeImageModifier and TypeFieldDescriptionprivate static final LazyLoadedValue<NativeImage>MissingTextureAtlasSprite.MISSING_IMAGE_DATAMethods in net.minecraft.client.renderer.texture that return NativeImageModifier and TypeMethodDescriptionstatic NativeImage[]MipmapGenerator.generateMipLevels(NativeImage p_118055_, int p_118056_) SimpleTexture.TextureImage.getImage()DynamicTexture.getPixels()private NativeImageHttpTexture.load(InputStream p_118019_) private NativeImageHttpTexture.processLegacySkin(NativeImage p_118033_) Methods in net.minecraft.client.renderer.texture with parameters of type NativeImageModifier and TypeMethodDescriptionprivate voidSimpleTexture.doLoad(NativeImage p_118137_, boolean p_118138_, boolean p_118139_) private static voidHttpTexture.doNotchTransparencyHack(NativeImage p_118013_, int p_118014_, int p_118015_, int p_118016_, int p_118017_) static NativeImage[]MipmapGenerator.generateMipLevels(NativeImage p_118055_, int p_118056_) private voidHttpTexture.loadCallback(NativeImage p_118011_) private NativeImageHttpTexture.processLegacySkin(NativeImage p_118033_) private static voidHttpTexture.setNoAlpha(NativeImage p_118023_, int p_118024_, int p_118025_, int p_118026_, int p_118027_) voidDynamicTexture.setPixels(NativeImage p_117989_) private voidHttpTexture.upload(NativeImage p_118021_) (package private) voidTextureAtlasSprite.upload(int p_118376_, int p_118377_, NativeImage[] p_118378_) Constructors in net.minecraft.client.renderer.texture with parameters of type NativeImageModifierConstructorDescriptionDynamicTexture(NativeImage p_117984_) protectedTextureAtlasSprite(TextureAtlas p_118358_, TextureAtlasSprite.Info p_118359_, int p_118360_, int p_118361_, int p_118362_, int p_118363_, int p_118364_, NativeImage p_118365_) TextureImage(TextureMetadataSection p_118150_, NativeImage p_118151_) -
Uses of NativeImage in net.minecraft.client.resources
Methods in net.minecraft.client.resources with parameters of type NativeImageModifier and TypeMethodDescriptionprivate static voidPackResourcesAdapterV4.copyRect(NativeImage p_118760_, NativeImage p_118761_, int p_118762_, int p_118763_, int p_118764_, int p_118765_, int p_118766_, int p_118767_, int p_118768_, boolean p_118769_, boolean p_118770_) -
Uses of NativeImage in net.minecraftforge.client
Fields in net.minecraftforge.client with type parameters of type NativeImageModifier and TypeFieldDescriptionprivate static HashMap<ResourceLocation,Supplier<NativeImage>> MinecraftForgeClient.bufferedImageSuppliersMethods in net.minecraftforge.client that return NativeImageModifier and TypeMethodDescriptionstatic NativeImageMinecraftForgeClient.getImageLayer(ResourceLocation resourceLocation, ResourceManager resourceManager) Methods in net.minecraftforge.client with parameters of type NativeImageModifier and TypeMethodDescriptionstatic TextureAtlasSpriteForgeHooksClient.loadTextureAtlasSprite(TextureAtlas textureAtlas, ResourceManager resourceManager, TextureAtlasSprite.Info textureInfo, Resource resource, int atlasWidth, int atlasHeight, int spriteX, int spriteY, int mipmapLevel, NativeImage image) static ScreenshotEventForgeHooksClient.onScreenshot(NativeImage image, File screenshotFile) Method parameters in net.minecraftforge.client with type arguments of type NativeImageModifier and TypeMethodDescriptionstatic voidMinecraftForgeClient.registerImageLayerSupplier(ResourceLocation resourceLocation, Supplier<NativeImage> supplier) -
Uses of NativeImage in net.minecraftforge.client.event
Fields in net.minecraftforge.client.event declared as NativeImageMethods in net.minecraftforge.client.event that return NativeImageConstructors in net.minecraftforge.client.event with parameters of type NativeImage -
Uses of NativeImage in net.minecraftforge.client.textures
Methods in net.minecraftforge.client.textures with parameters of type NativeImageModifier and TypeMethodDescriptionITextureAtlasSpriteLoader.load(TextureAtlas atlas, ResourceManager resourceManager, TextureAtlasSprite.Info textureInfo, Resource 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 NativeImageModifier and TypeMethodDescriptionCustomTASTest.TasLoader.load(TextureAtlas atlas, ResourceManager resourceManager, TextureAtlasSprite.Info textureInfo, Resource resource, int atlasWidth, int atlasHeight, int spriteX, int spriteY, int mipmapLevel, NativeImage image)