Uses of Class
net.minecraft.client.texture.Sprite
Packages that use Sprite
Package
Description
The base package for all Minecraft classes.
-
Uses of Sprite in net.minecraft
Fields in net.minecraft declared as SpriteModifier and TypeFieldDescriptionprivate final Spriteclass_10809.particleIconThe field for theparticleIconrecord component.Methods in net.minecraft that return SpriteModifier and TypeMethodDescriptiondefault Spriteclass_10819.getParticleTexture(ModelTextures textures, Baker baker) static Spriteclass_10819.getParticleTexture(ModelTextures textures, Baker baker, class_10813 class_10813) class_10809.particleIcon()Returns the value of theparticleIconrecord component.Methods in net.minecraft with parameters of type SpriteModifier and TypeMethodDescriptionprivate static BakedQuadclass_10802.method_67932(ModelElement modelElement, ModelElementFace modelElementFace, Sprite sprite, Direction direction, ModelBakeSettings modelBakeSettings) Constructors in net.minecraft with parameters of type SpriteModifierConstructorDescriptionclass_10809(boolean bool, Sprite sprite, ModelTransformation modelTransformation) -
Uses of Sprite in net.minecraft.client
Methods in net.minecraft.client that return types with arguments of type Sprite -
Uses of Sprite in net.minecraft.client.gui
Methods in net.minecraft.client.gui with parameters of type SpriteModifier and TypeMethodDescriptionprivate voidDrawContext.drawInnerSprite(Function<Identifier, RenderLayer> renderLayers, Scaling.NineSlice nineSlice, Sprite sprite, int x, int y, int width, int height, int u, int v, int tileWidth, int tileHeight, int textureWidth, int textureHeight, int color) private voidDrawContext.drawSpriteNineSliced(Function<Identifier, RenderLayer> renderLayers, Sprite sprite, Scaling.NineSlice nineSlice, int x, int y, int width, int height, int color) private voidDrawContext.drawSpriteRegion(Function<Identifier, RenderLayer> renderLayers, Sprite sprite, int textureWidth, int textureHeight, int u, int v, int x, int y, int width, int height, int color) voidDrawContext.drawSpriteStretched(Function<Identifier, RenderLayer> renderLayers, Sprite sprite, int x, int y, int width, int height) voidDrawContext.drawSpriteStretched(Function<Identifier, RenderLayer> renderLayers, Sprite sprite, int x, int y, int width, int height, int color) private voidDrawContext.drawSpriteTiled(Function<Identifier, RenderLayer> renderLayers, Sprite sprite, int x, int y, int width, int height, int u, int v, int tileWidth, int tileHeight, int textureWidth, int textureHeight, int color) -
Uses of Sprite in net.minecraft.client.gui.hud
Methods in net.minecraft.client.gui.hud with parameters of type SpriteModifier and TypeMethodDescriptionprivate static voidInGameOverlayRenderer.renderInWallOverlay(Sprite sprite, MatrixStack matrices, VertexConsumerProvider vertexConsumers) -
Uses of Sprite in net.minecraft.client.gui.screen
Fields in net.minecraft.client.gui.screen declared as SpriteMethods in net.minecraft.client.gui.screen that return Sprite -
Uses of Sprite in net.minecraft.client.gui.screen.ingame
Fields in net.minecraft.client.gui.screen.ingame declared as Sprite -
Uses of Sprite in net.minecraft.client.model
Fields in net.minecraft.client.model declared as SpriteModifier and TypeFieldDescriptionprivate final SpriteGeometryBakedModel.getParticleSpriteThe field for thegetParticleSpriterecord component.Methods in net.minecraft.client.model that return SpriteModifier and TypeMethodDescriptionGeometryBakedModel.getParticleSprite()Returns a texture that represents the model.Constructors in net.minecraft.client.model with parameters of type SpriteModifierConstructorDescriptionGeometryBakedModel(BakedGeometry bakedGeometry, boolean bool, Sprite sprite) -
Uses of Sprite in net.minecraft.client.particle
Fields in net.minecraft.client.particle declared as SpriteFields in net.minecraft.client.particle with type parameters of type SpriteMethods in net.minecraft.client.particle that return SpriteModifier and TypeMethodDescriptionParticleManager.SimpleSpriteProvider.getSprite(int age, int maxAge) SpriteProvider.getSprite(int age, int maxAge) Methods in net.minecraft.client.particle with parameters of type SpriteMethod parameters in net.minecraft.client.particle with type arguments of type SpriteModifier and TypeMethodDescriptionvoidParticleManager.SimpleSpriteProvider.setSprites(List<Sprite> sprites) -
Uses of Sprite in net.minecraft.client.render
Fields in net.minecraft.client.render declared as SpriteModifier and TypeFieldDescriptionMapRenderState.Decoration.spriteprivate final SpriteSpriteTexturedVertexConsumer.spriteConstructors in net.minecraft.client.render with parameters of type SpriteModifierConstructorDescriptionSpriteTexturedVertexConsumer(VertexConsumer delegate, Sprite sprite) -
Uses of Sprite in net.minecraft.client.render.block
Fields in net.minecraft.client.render.block declared as SpriteModifier and TypeFieldDescriptionprivate final Sprite[]FluidRenderer.lavaSpritesprivate SpriteFluidRenderer.waterOverlaySpriteprivate final Sprite[]FluidRenderer.waterSpritesMethods in net.minecraft.client.render.block that return Sprite -
Uses of Sprite in net.minecraft.client.render.entity
Methods in net.minecraft.client.render.entity with parameters of type SpriteModifier and TypeMethodDescriptionprivate voidPaintingEntityRenderer.renderPainting(MatrixStack matrices, VertexConsumer vertexConsumer, int[] lightmapCoordinates, int width, int height, Sprite paintingSprite, Sprite backSprite) -
Uses of Sprite in net.minecraft.client.render.entity.equipment
Fields in net.minecraft.client.render.entity.equipment with type parameters of type SpriteModifier and TypeFieldDescriptionprivate final Function<EquipmentRenderer.TrimSpriteKey, Sprite> EquipmentRenderer.trimSprites -
Uses of Sprite in net.minecraft.client.render.item
Fields in net.minecraft.client.render.item declared as SpriteMethods in net.minecraft.client.render.item that return SpriteMethods in net.minecraft.client.render.item with parameters of type SpriteModifier and TypeMethodDescriptionvoidItemRenderState.LayerRenderState.method_67994(Sprite sprite) -
Uses of Sprite in net.minecraft.client.render.model
Fields in net.minecraft.client.render.model declared as SpriteModifier and TypeFieldDescriptionprivate final SpriteMultipartBakedModel.field_57011private final SpriteWeightedBakedModel.field_57028private final SpriteBakedQuad.spriteThe field for thespriterecord component.Fields in net.minecraft.client.render.model with type parameters of type SpriteModifier and TypeFieldDescriptionprivate static final ReferencedModelsCollector.Property<Sprite> ReferencedModelsCollector.class_10814.PARTICLE_TEXTURE_PROPERTYMethods in net.minecraft.client.render.model that return SpriteModifier and TypeMethodDescriptionErrorCollectingSpriteGetter.get(SpriteIdentifier spriteIdentifier, class_10813 class_10813) ErrorCollectingSpriteGetter.getMissing(String string, class_10813 class_10813) SpriteAtlasManager.AtlasPreparation.getMissingSprite()BakedModel.getParticleSprite()Returns a texture that represents the model.MultipartBakedModel.getParticleSprite()Returns a texture that represents the model.WeightedBakedModel.getParticleSprite()Returns a texture that represents the model.ReferencedModelsCollector.class_10814.getParticleTexture(ModelTextures textures, Baker baker) SpriteAtlasManager.AtlasPreparation.getSprite(Identifier id) default SpriteErrorCollectingSpriteGetter.method_68061(ModelTextures modelTextures, String string, class_10813 class_10813) BakedQuad.sprite()Returns the value of thespriterecord component.Methods in net.minecraft.client.render.model with parameters of type SpriteModifier and TypeMethodDescriptionstatic BakedQuadBakedQuadFactory.bake(Vector3fc vector3fc, Vector3fc vector3fc2, ModelElementFace modelElementFace, Sprite sprite, Direction direction, ModelBakeSettings settings, @Nullable ModelRotation rotation, boolean shade, int lightEmission) private static ModelElementFace.class_10800BakedQuadFactory.method_67920(Sprite sprite, ModelElementFace.class_10800 class_10800) private static voidBakedQuadFactory.packVertexData(int[] int2, int cornerIndex, CubeFace cubeFace, ModelElementFace.class_10800 texture, class_10821 class_10821, Matrix4fc matrix4fc, float[] float2, Sprite sprite, AffineTransformation affineTransformation, @Nullable ModelRotation modelRotation) private static voidBakedQuadFactory.packVertexData(int[] vertices, int cornerIndex, Vector3f pos, Sprite sprite, float float2, float float3) private static int[]BakedQuadFactory.packVertexData(ModelElementFace.class_10800 texture, class_10821 class_10821, Matrix4fc matrix4fc, Sprite sprite, Direction direction, float[] float2, AffineTransformation affineTransformation, @Nullable ModelRotation modelRotation) Constructors in net.minecraft.client.render.model with parameters of type Sprite -
Uses of Sprite in net.minecraft.client.texture
Fields in net.minecraft.client.texture declared as SpriteModifier and TypeFieldDescriptionprivate final SpriteSpriteLoader.StitchResult.missingThe field for themissingrecord component.SpriteAtlasTexture.missingSpriteFields in net.minecraft.client.texture with type parameters of type SpriteModifier and TypeFieldDescriptionprivate final Map<Identifier, Sprite> SpriteLoader.StitchResult.regionsThe field for theregionsrecord component.private Map<Identifier, Sprite> SpriteAtlasTexture.spritesMethods in net.minecraft.client.texture that return SpriteModifier and TypeMethodDescriptionPaintingManager.getBackSprite()PaintingManager.getPaintingSprite(PaintingVariant variant) GuiAtlasManager.getSprite(Identifier objectId) MapDecorationsAtlasManager.getSprite(MapDecoration decoration) protected SpriteSpriteAtlasHolder.getSprite(Identifier objectId) SpriteAtlasTexture.getSprite(Identifier id) StatusEffectSpriteManager.getSprite(RegistryEntry<StatusEffect> effect) SpriteLoader.StitchResult.missing()Returns the value of themissingrecord component.Methods in net.minecraft.client.texture that return types with arguments of type SpriteModifier and TypeMethodDescriptionprivate Map<Identifier, Sprite> SpriteLoader.collectStitchedSprites(TextureStitcher<SpriteContents> stitcher, int atlasWidth, int atlasHeight) SpriteLoader.StitchResult.regions()Returns the value of theregionsrecord component.Methods in net.minecraft.client.texture with parameters of type SpriteModifier and TypeMethodDescriptionprivate GuiResourceMetadataGuiAtlasManager.getGuiMetadata(Sprite sprite) GuiAtlasManager.getScaling(Sprite sprite) Method parameters in net.minecraft.client.texture with type arguments of type SpriteModifier and TypeMethodDescriptionprivate static voidSpriteAtlasTexture.dumpAtlasInfos(Path path, String id, Map<Identifier, Sprite> sprites) Constructors in net.minecraft.client.texture with parameters of type SpriteModifierConstructorDescriptionStitchResult(int int2, int int3, int int4, Sprite sprite, Map<Identifier, Sprite> map, CompletableFuture<Void> completableFuture) Constructor parameters in net.minecraft.client.texture with type arguments of type SpriteModifierConstructorDescriptionStitchResult(int int2, int int3, int int4, Sprite sprite, Map<Identifier, Sprite> map, CompletableFuture<Void> completableFuture) -
Uses of Sprite in net.minecraft.client.util
Methods in net.minecraft.client.util that return Sprite