Uses of Class
net.minecraft.client.texture.NativeImage
Packages that use NativeImage
Package
Description
-
Uses of NativeImage in net.minecraft.client.font
Fields in net.minecraft.client.font declared as NativeImageModifier and TypeFieldDescriptionprivate final NativeImage
BitmapFont.BitmapFontGlyph.image
The field for theimage
record component.private final NativeImage
BitmapFont.image
(package private) final NativeImage
BuiltinEmptyGlyph.image
Methods in net.minecraft.client.font that return NativeImageModifier and TypeMethodDescriptionprivate static NativeImage
BuiltinEmptyGlyph.createRectImage
(int width, int height, BuiltinEmptyGlyph.ColorSupplier colorSupplier) BitmapFont.BitmapFontGlyph.image()
Returns the value of theimage
record component.Methods in net.minecraft.client.font with parameters of type NativeImageModifier and TypeMethodDescriptionprivate int
BitmapFont.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 aBitmapFontGlyph
record 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.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 NativeImage
NativeImageBackedTexture.image
private final @Nullable NativeImage
ResourceTexture.TextureData.image
private final NativeImage
SpriteContents.image
private final NativeImage[]
SpriteContents.Interpolation.images
(package private) NativeImage[]
SpriteContents.mipmapLevelsImages
Methods in net.minecraft.client.texture that return NativeImageModifier and TypeMethodDescriptionNativeImage.applyToCopy
(IntUnaryOperator operator) private static NativeImage
MissingSprite.createImage
(int width, int height) NativeImageBackedTexture.getImage()
ResourceTexture.TextureData.getImage()
static NativeImage[]
MipmapHelper.getMipmapLevelsImages
(NativeImage[] originals, int mipmap) private @Nullable NativeImage
PlayerSkinTexture.loadTexture
(InputStream stream) static NativeImage
NativeImage.read
(byte[] bytes) static NativeImage
NativeImage.read
(InputStream stream) static NativeImage
NativeImage.read
(ByteBuffer buffer) static NativeImage
NativeImage.read
(@Nullable NativeImage.Format format, InputStream stream) static NativeImage
NativeImage.read
(@Nullable NativeImage.Format format, ByteBuffer buffer) private @Nullable NativeImage
PlayerSkinTexture.remapTexture
(NativeImage image) Methods in net.minecraft.client.texture with parameters of type NativeImageModifier and TypeMethodDescriptionvoid
NativeImage.copyFrom
(NativeImage image) void
NativeImage.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 boolean
MipmapHelper.hasAlpha
(NativeImage image) private void
PlayerSkinTexture.onTextureLoaded
(NativeImage image) private @Nullable NativeImage
PlayerSkinTexture.remapTexture
(NativeImage image) void
NativeImage.resizeSubRectTo
(int x, int y, int width, int height, NativeImage targetImage) void
NativeImageBackedTexture.setImage
(NativeImage image) private static void
PlayerSkinTexture.stripAlpha
(NativeImage image, int x1, int y1, int x2, int y2) private static void
PlayerSkinTexture.stripColor
(NativeImage image, int x1, int y1, int x2, int y2) private void
ResourceTexture.upload
(NativeImage image, boolean blur, boolean clamp) (package private) void
SpriteContents.upload
(int x, int y, int unpackSkipPixels, int unpackSkipRows, NativeImage[] images) private void
PlayerSkinTexture.uploadTexture
(NativeImage image) Constructors in net.minecraft.client.texture with parameters of type NativeImageModifierConstructorDescriptionSpriteContents
(Identifier id, SpriteDimensions dimensions, NativeImage image, AnimationResourceMetadata metadata) TextureData
(@Nullable TextureResourceMetadata metadata, NativeImage image) -
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 NativeImage
ScreenshotRecorder.takeScreenshot
(Framebuffer framebuffer)