Uses of Class
com.mojang.blaze3d.platform.NativeImage
Packages that use NativeImage
Package
Description
Events fired only on the client-side, chiefly related to rendering and user interfaces (screens and input).
-
Uses of NativeImage in com.mojang.blaze3d.opengl
Methods in com.mojang.blaze3d.opengl with parameters of type NativeImageModifier and TypeMethodDescriptionvoidGlCommandEncoder.writeToTexture(GpuTexture p_409824_, NativeImage p_410255_) voidGlCommandEncoder.writeToTexture(GpuTexture p_410473_, NativeImage p_423502_, int p_410132_, int p_409948_, int p_410810_, int p_409825_, int p_410770_, int p_423635_, int p_423531_, int p_423633_) -
Uses of NativeImage in com.mojang.blaze3d.platform
Methods in com.mojang.blaze3d.platform that return NativeImageModifier and TypeMethodDescriptionNativeImage.mappedCopy(IntUnaryOperator function) private static NativeImageNativeImage.putAndRead(ByteBuffer buffer, byte[] bytes) static NativeImageNativeImage.read(byte[] bytes) static NativeImageNativeImage.read(NativeImage.Format format, InputStream textureStream) static NativeImageNativeImage.read(NativeImage.Format format, ByteBuffer textureData) static NativeImageNativeImage.read(InputStream textureStream) static NativeImageNativeImage.read(ByteBuffer textureData) Methods in com.mojang.blaze3d.platform with parameters of type NativeImageModifier and TypeMethodDescriptionvoidNativeImage.copyFrom(NativeImage other) voidNativeImage.copyRect(NativeImage target, int xFrom, int yFrom, int xTo, int yTo, int width, int height, boolean mirrorX, boolean mirrorY) voidNativeImage.resizeSubRectTo(int x, int y, int width, int height, NativeImage image) -
Uses of NativeImage in com.mojang.blaze3d.systems
Methods in com.mojang.blaze3d.systems with parameters of type NativeImageModifier and TypeMethodDescriptionvoidCommandEncoder.writeToTexture(GpuTexture texture, NativeImage image) voidCommandEncoder.writeToTexture(GpuTexture texture, NativeImage image, int mipLevel, int depthOrLayer, int x, int y, int width, int height, int sourceX, int sourceY) -
Uses of NativeImage in com.mojang.realmsclient.util
Methods in com.mojang.realmsclient.util that return NativeImage -
Uses of NativeImage in net.minecraft.client
Method parameters in net.minecraft.client with type arguments of type NativeImageModifier and TypeMethodDescriptionstatic voidScreenshot.takeScreenshot(RenderTarget renderTarget, int downscaleFactor, Consumer<NativeImage> writer) static voidScreenshot.takeScreenshot(RenderTarget renderTarget, Consumer<NativeImage> writer) -
Uses of NativeImage in net.minecraft.client.gui.font.glyphs
Fields in net.minecraft.client.gui.font.glyphs declared as NativeImageMethods in net.minecraft.client.gui.font.glyphs that return NativeImageModifier and TypeMethodDescriptionprivate static NativeImageSpecialGlyphs.generate(int width, int height, SpecialGlyphs.PixelProvider pixelProvider) Constructor parameters in net.minecraft.client.gui.font.glyphs with type arguments of type NativeImage -
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.imageThe field for theimagerecord component.private final NativeImageBitmapProvider.imageMethods in net.minecraft.client.gui.font.providers that return NativeImageModifier and TypeMethodDescriptionBitmapProvider.Glyph.image()Returns the value of theimagerecord component.Methods in net.minecraft.client.gui.font.providers with parameters of type NativeImageModifier and TypeMethodDescriptionprivate intBitmapProvider.Definition.getActualGlyphWidth(NativeImage image, int width, int height, int x, int y) Constructors in net.minecraft.client.gui.font.providers with parameters of type NativeImageModifierConstructorDescription(package private)BitmapProvider(NativeImage image, CodepointMap<BitmapProvider.Glyph> glyphs) (package private)Glyph(float scale, NativeImage image, int offsetX, int offsetY, int width, int height, int advance, int ascent) Creates an instance of aGlyphrecord class. -
Uses of NativeImage in net.minecraft.client.gui.screens
Methods in net.minecraft.client.gui.screens with parameters of type NativeImage -
Uses of NativeImage in net.minecraft.client.renderer.texture
Fields in net.minecraft.client.renderer.texture declared as NativeImageModifier and TypeFieldDescriptionprivate final NativeImage[]SpriteContents.InterpolationData.activeFrameSpriteContents.byMipLevelprivate final NativeImageTextureContents.imageThe field for theimagerecord component.private final NativeImageSpriteContents.originalImageprivate NativeImageDynamicTexture.pixelsMethods in net.minecraft.client.renderer.texture that return NativeImageModifier and TypeMethodDescriptionprivate NativeImageSkinTextureDownloader.downloadSkin(Path path, String url) static NativeImage[]MipmapGenerator.generateMipLevels(NativeImage[] images, int mipLevel) static NativeImageMissingTextureAtlasSprite.generateMissingImage()static NativeImageMissingTextureAtlasSprite.generateMissingImage(int width, int height) SpriteContents.getOriginalImage()DynamicTexture.getPixels()TextureContents.image()Returns the value of theimagerecord component.private static NativeImageSkinTextureDownloader.processLegacySkin(NativeImage image, String url) Methods in net.minecraft.client.renderer.texture with parameters of type NativeImageModifier and TypeMethodDescriptionprotected voidCubeMapTexture.doLoad(NativeImage p_423682_, boolean p_423675_, boolean p_423460_) protected voidReloadableTexture.doLoad(NativeImage image, boolean blur, boolean clamp) private static voidSkinTextureDownloader.doNotchTransparencyHack(NativeImage image, int minX, int minY, int maxX, int maxY) static NativeImage[]MipmapGenerator.generateMipLevels(NativeImage[] images, int mipLevel) private static booleanMipmapGenerator.hasTransparentPixel(NativeImage image) private static NativeImageSkinTextureDownloader.processLegacySkin(NativeImage image, String url) private CompletableFuture<ClientAsset.Texture> SkinTextureDownloader.registerTextureInManager(ClientAsset.Texture texture, NativeImage image) private static voidSkinTextureDownloader.setNoAlpha(NativeImage image, int minX, int minY, int maxX, int maxY) voidDynamicTexture.setPixels(NativeImage pixels) (package private) voidSpriteContents.upload(int x, int y, int sourceX, int sourceY, NativeImage[] images, GpuTexture texture) Constructors in net.minecraft.client.renderer.texture with parameters of type NativeImageModifierConstructorDescriptionDynamicTexture(Supplier<String> label, NativeImage pixels) SpriteContents(ResourceLocation name, FrameSize size, NativeImage originalImage) SpriteContents(ResourceLocation name, FrameSize size, NativeImage originalImage, Optional<AnimationMetadataSection> animationMetadata, List<MetadataSectionType.WithValue<?>> additionalMetadata) TextureContents(NativeImage image, TextureMetadataSection metadata) Creates an instance of aTextureContentsrecord class. -
Uses of NativeImage in net.minecraft.client.renderer.texture.atlas.sources
Fields in net.minecraft.client.renderer.texture.atlas.sources with type parameters of type NativeImageModifier and TypeFieldDescriptionprivate final AtomicReference<NativeImage> LazyLoadedImage.imageMethods in net.minecraft.client.renderer.texture.atlas.sources that return NativeImage -
Uses of NativeImage in net.neoforged.neoforge.client
Methods in net.neoforged.neoforge.client with parameters of type NativeImageModifier and TypeMethodDescriptionstatic ScreenshotEventClientHooks.onScreenshot(NativeImage image, File screenshotFile) -
Uses of NativeImage in net.neoforged.neoforge.client.blaze3d.validation
Methods in net.neoforged.neoforge.client.blaze3d.validation with parameters of type NativeImageModifier and TypeMethodDescriptionvoidValidationCommandEncoder.writeToTexture(GpuTexture texture, NativeImage image) voidValidationCommandEncoder.writeToTexture(GpuTexture texture, NativeImage image, int mipLevel, int layer, int dstX, int dstY, int width, int height, int srcX, int srcY) -
Uses of NativeImage in net.neoforged.neoforge.client.event
Fields in net.neoforged.neoforge.client.event declared as NativeImageMethods in net.neoforged.neoforge.client.event that return NativeImageModifier and TypeMethodDescriptionScreenshotEvent.getImage()Returns the in-memory image of the screenshot.Constructors in net.neoforged.neoforge.client.event with parameters of type NativeImage -
Uses of NativeImage in net.neoforged.neoforge.client.textures
Methods in net.neoforged.neoforge.client.textures with parameters of type NativeImageModifier and TypeMethodDescription@Nullable SpriteContentsSpriteContentsConstructor.create(ResourceLocation id, FrameSize frameSize, NativeImage nativeImage, Optional<AnimationMetadataSection> animationMetadata, List<MetadataSectionType.WithValue<?>> additionalMetadata) Construct an instance of SpriteContents or return null to not load the sprite.