Uses of Class
net.minecraft.client.texture.NativeImage
Packages that use NativeImage
Package
Description
- 
Uses of NativeImage in net.minecraft.client.fontFields in net.minecraft.client.font declared as NativeImageModifier and TypeFieldDescriptionprivate final NativeImageBitmapFont.BitmapFontGlyph.imageThe field for theimagerecord component.private final NativeImageBitmapFont.image(package private) final NativeImageBuiltinEmptyGlyph.imageMethods in net.minecraft.client.font that return NativeImageModifier and TypeMethodDescriptionprivate static NativeImageBuiltinEmptyGlyph.createRectImage(int width, int height, BuiltinEmptyGlyph.ColorSupplier colorSupplier) BitmapFont.BitmapFontGlyph.image()Returns the value of theimagerecord component.Methods in net.minecraft.client.font with parameters of type NativeImageModifier and TypeMethodDescriptionprivate intBitmapFont.Loader.findCharacterStartX(NativeImage image, int characterWidth, int characterHeight, int charPosX, int charPosY) Constructors in net.minecraft.client.font with parameters of type NativeImageModifierConstructorDescription(package private)BitmapFont(NativeImage image, GlyphContainer<BitmapFont.BitmapFontGlyph> glyphs) (package private)BitmapFontGlyph(float scaleFactor, NativeImage image, int x, int y, int width, int height, int advance, int ascent) Creates an instance of aBitmapFontGlyphrecord class.Constructor parameters in net.minecraft.client.font with type arguments of type NativeImage
- 
Uses of NativeImage in net.minecraft.client.gui.screen.worldMethods in net.minecraft.client.gui.screen.world with parameters of type NativeImage
- 
Uses of NativeImage in net.minecraft.client.realms.utilMethods in net.minecraft.client.realms.util that return NativeImage
- 
Uses of NativeImage in net.minecraft.client.textureFields in net.minecraft.client.texture declared as NativeImageModifier and TypeFieldDescriptionprivate @Nullable NativeImageNativeImageBackedTexture.imageprivate final NativeImageSpriteContents.imageprivate final NativeImageTextureContents.imageThe field for theimagerecord component.private final NativeImage[]SpriteContents.Interpolation.images(package private) NativeImage[]SpriteContents.mipmapLevelsImagesMethods in net.minecraft.client.texture that return NativeImageModifier and TypeMethodDescriptionNativeImage.applyToCopy(IntUnaryOperator operator) static NativeImageMissingSprite.createImage()static NativeImageMissingSprite.createImage(int width, int height) private static NativeImageNativeImageBackedTexture.getImage()static NativeImage[]MipmapHelper.getMipmapLevelsImages(NativeImage[] originals, int mipmap) TextureContents.image()Returns the value of theimagerecord component.private static NativeImageNativeImage.putAndRead(ByteBuffer buffer, byte[] bytes) static NativeImageNativeImage.read(byte[] bytes) static NativeImageNativeImage.read(InputStream stream) static NativeImageNativeImage.read(ByteBuffer buffer) static NativeImageNativeImage.read(@Nullable NativeImage.Format format, InputStream stream) static NativeImageNativeImage.read(@Nullable NativeImage.Format format, ByteBuffer buffer) private static NativeImagePlayerSkinTextureDownloader.remapTexture(NativeImage image, String uri) Methods in net.minecraft.client.texture with parameters of type NativeImageModifier and TypeMethodDescriptionvoidNativeImage.copyFrom(NativeImage image) voidNativeImage.copyRect(NativeImage image, int x, int y, int destX, int destY, int width, int height, boolean flipX, boolean flipY) static NativeImage[]MipmapHelper.getMipmapLevelsImages(NativeImage[] originals, int mipmap) private static booleanMipmapHelper.hasAlpha(NativeImage image) private voidReloadableTexture.load(NativeImage image, boolean blur, boolean clamp) private static CompletableFuture<Identifier> PlayerSkinTextureDownloader.registerTexture(Identifier textureId, NativeImage image) private static NativeImagePlayerSkinTextureDownloader.remapTexture(NativeImage image, String uri) voidNativeImage.resizeSubRectTo(int x, int y, int width, int height, NativeImage targetImage) voidNativeImageBackedTexture.setImage(NativeImage image) private static voidPlayerSkinTextureDownloader.stripAlpha(NativeImage image, int x1, int y1, int x2, int y2) private static voidPlayerSkinTextureDownloader.stripColor(NativeImage image, int x1, int y1, int x2, int y2) (package private) voidSpriteContents.upload(int x, int y, int unpackSkipPixels, int unpackSkipRows, NativeImage[] images) Constructors in net.minecraft.client.texture with parameters of type NativeImageModifierConstructorDescriptionSpriteContents(Identifier id, SpriteDimensions dimensions, NativeImage image, ResourceMetadata metadata) TextureContents(NativeImage nativeImage, @Nullable TextureResourceMetadata textureResourceMetadata) 
- 
Uses of NativeImage in net.minecraft.client.texture.atlasFields in net.minecraft.client.texture.atlas with type parameters of type NativeImageMethods in net.minecraft.client.texture.atlas that return NativeImage
- 
Uses of NativeImage in net.minecraft.client.utilMethods in net.minecraft.client.util that return NativeImageModifier and TypeMethodDescriptionstatic NativeImageScreenshotRecorder.takeScreenshot(Framebuffer framebuffer)