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_7764.field_40539(package private) NativeImage[]class_7764.field_40540private final NativeImage[]class_7764.Interpolation.imagesMethods in net.minecraft with parameters of type NativeImageModifier and TypeMethodDescription(package private) voidclass_7764.method_45811(int int2, int int3, int int4, int int5, NativeImage[] nativeImage) Constructors in net.minecraft with parameters of type NativeImageModifierConstructorDescriptionclass_7764(Identifier identifier, class_7771 class_7771, NativeImage nativeImage, AnimationResourceMetadata animationResourceMetadata) -
Uses of NativeImage in net.minecraft.client.font
Fields in net.minecraft.client.font declared as NativeImageModifier and TypeFieldDescriptionprivate final NativeImageUnicodeTextureFont.class_7736.field_40413private final NativeImageBitmapFont.BitmapFontGlyph.imageThe field for theimagerecord component.private final NativeImageBitmapFont.image(package private) final NativeImageBuiltinEmptyGlyph.imageprivate final NativeImageUnicodeTextureFont.UnicodeTextureGlyph.imageThe field for theimagerecord component.Methods 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.UnicodeTextureFont.UnicodeTextureGlyph.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, Int2ObjectMap<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.(package private)class_7736(byte[] byte2, NativeImage nativeImage) (package private)UnicodeTextureGlyph(int int2, int int3, int int4, int int5, NativeImage image) Constructor parameters in net.minecraft.client.font with type arguments of type NativeImage -
Uses of NativeImage in net.minecraft.client.render
Fields in net.minecraft.client.render declared as NativeImage -
Uses of NativeImage in net.minecraft.client.texture
Fields in net.minecraft.client.texture declared as NativeImageModifier and TypeFieldDescriptionprivate @Nullable NativeImageNativeImageBackedTexture.imageprivate final @Nullable NativeImageResourceTexture.TextureData.imageMethods in net.minecraft.client.texture that return NativeImageModifier and TypeMethodDescriptionNativeImageBackedTexture.getImage()ResourceTexture.TextureData.getImage()static NativeImage[]MipmapHelper.getMipmapLevelsImages(NativeImage[] nativeImage, int mipmap) private @Nullable NativeImagePlayerSkinTexture.loadTexture(InputStream stream) private static NativeImageMissingSprite.method_45806(int int2, int int3) static NativeImageNativeImage.read(@Nullable NativeImage.Format format, InputStream stream) static NativeImageNativeImage.read(@Nullable NativeImage.Format format, ByteBuffer buffer) static NativeImageNativeImage.read(InputStream stream) static NativeImagestatic NativeImageNativeImage.read(ByteBuffer buffer) private @Nullable NativeImagePlayerSkinTexture.remapTexture(NativeImage image) Methods in net.minecraft.client.texture with parameters of type NativeImageModifier and TypeMethodDescriptionvoidNativeImage.copyFrom(NativeImage image) static NativeImage[]MipmapHelper.getMipmapLevelsImages(NativeImage[] nativeImage, int mipmap) private static booleanMipmapHelper.method_45804(NativeImage nativeImage) private voidPlayerSkinTexture.onTextureLoaded(NativeImage image) private @Nullable NativeImagePlayerSkinTexture.remapTexture(NativeImage image) voidNativeImage.resizeSubRectTo(int x, int y, int width, int height, NativeImage targetImage) voidNativeImageBackedTexture.setImage(NativeImage image) private static voidPlayerSkinTexture.stripAlpha(NativeImage image, int x1, int y1, int x2, int y2) private static voidPlayerSkinTexture.stripColor(NativeImage image, int x1, int y1, int x2, int y2) private voidResourceTexture.upload(NativeImage image, boolean blur, boolean clamp) private voidPlayerSkinTexture.uploadTexture(NativeImage image) Constructors in net.minecraft.client.texture with parameters of type NativeImageModifierConstructorDescriptionTextureData(@Nullable TextureResourceMetadata metadata, NativeImage image) -
Uses of NativeImage in net.minecraft.client.util
Methods in net.minecraft.client.util that return NativeImageModifier and TypeMethodDescriptionstatic NativeImageScreenshotRecorder.takeScreenshot(Framebuffer framebuffer)