Uses of Class
net.minecraft.client.texture.NativeImage
Packages that use NativeImage
Package
Description
-
Uses of NativeImage in com.mojang.blaze3d.systems
Methods in com.mojang.blaze3d.systems with parameters of type NativeImageModifier and TypeMethodDescriptionvoidCommandEncoder.writeToTexture(GpuTexture target, NativeImage source) voidCommandEncoder.writeToTexture(GpuTexture target, NativeImage source, int mipLevel, int intoX, int intoY, int width, int height, int x, int y) -
Uses of NativeImage in net.minecraft.client.font
Fields 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.gl
Methods in net.minecraft.client.gl with parameters of type NativeImageModifier and TypeMethodDescriptionvoidGlResourceManager.writeToTexture(GpuTexture target, NativeImage source) voidGlResourceManager.writeToTexture(GpuTexture target, NativeImage source, int mipLevel, int intoX, int intoY, int width, int height, int x, int y) -
Uses of NativeImage in net.minecraft.client.gui.screen.world
Methods in net.minecraft.client.gui.screen.world with parameters of type NativeImage -
Uses of NativeImage in net.minecraft.client.realms.util
Methods in net.minecraft.client.realms.util that return NativeImage -
Uses of NativeImage in net.minecraft.client.texture
Fields 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, GpuTexture texture) Constructors in net.minecraft.client.texture with parameters of type NativeImageModifierConstructorDescriptionNativeImageBackedTexture(Supplier<String> nameSupplier, NativeImage image) SpriteContents(Identifier id, SpriteDimensions dimensions, NativeImage image, ResourceMetadata metadata) TextureContents(NativeImage nativeImage, @Nullable TextureResourceMetadata textureResourceMetadata) -
Uses of NativeImage in net.minecraft.client.texture.atlas
Fields 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.util
Method parameters in net.minecraft.client.util with type arguments of type NativeImageModifier and TypeMethodDescriptionstatic voidScreenshotRecorder.takeScreenshot(Framebuffer framebuffer, Consumer<NativeImage> callback)