Uses of Class
net.minecraft.client.texture.NativeImage
Packages that use NativeImage
Package
Description
The base package for all Minecraft classes.
-
Uses of NativeImage in net.minecraft
Fields in net.minecraft declared as NativeImageModifier and TypeFieldDescriptionprivate final NativeImageclass_10539.imageThe field for theimagerecord component.Methods in net.minecraft that return NativeImageModifier and TypeMethodDescriptionclass_10539.image()Returns the value of theimagerecord component.private static NativeImageclass_10538.method_65863(NativeImage nativeImage, String string) private static NativeImageclass_10538.method_65865(Path path, String string) Methods in net.minecraft with parameters of type NativeImageModifier and TypeMethodDescriptionprivate voidclass_10537.method_65856(NativeImage nativeImage, boolean bool, boolean bool2) private static CompletableFuture<Identifier> class_10538.method_65860(Identifier identifier, NativeImage nativeImage) private static voidclass_10538.method_65862(NativeImage nativeImage, int int2, int int3, int int4, int int5) private static NativeImageclass_10538.method_65863(NativeImage nativeImage, String string) private static voidclass_10538.method_65868(NativeImage nativeImage, int int2, int int3, int int4, int int5) Constructors in net.minecraft with parameters of type NativeImageModifierConstructorDescriptionclass_10539(NativeImage nativeImage, @Nullable TextureResourceMetadata textureResourceMetadata) -
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.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 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(int width, int height) NativeImageBackedTexture.getImage()static NativeImage[]MipmapHelper.getMipmapLevelsImages(NativeImage[] originals, int mipmap) private static NativeImageNativeImage.method_65806(ByteBuffer byteBuffer, byte[] byte2) static NativeImageMissingSprite.method_65855()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) 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) voidNativeImage.resizeSubRectTo(int x, int y, int width, int height, NativeImage targetImage) voidNativeImageBackedTexture.setImage(NativeImage image) (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 resourceMetadata) -
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
Methods in net.minecraft.client.util that return NativeImageModifier and TypeMethodDescriptionstatic NativeImageScreenshotRecorder.takeScreenshot(Framebuffer framebuffer)