Uses of Class
net.minecraft.client.renderer.texture.TextureAtlasSprite
Packages that use TextureAtlasSprite
Package
Description
-
Uses of TextureAtlasSprite in net.minecraft.client
Methods in net.minecraft.client that return types with arguments of type TextureAtlasSprite -
Uses of TextureAtlasSprite in net.minecraft.client.gui
Methods in net.minecraft.client.gui with parameters of type TextureAtlasSpriteModifier and TypeMethodDescriptionstatic voidAbstractGui.blit(MatrixStack p_238470_0_, int p_238470_1_, int p_238470_2_, int p_238470_3_, int p_238470_4_, int p_238470_5_, TextureAtlasSprite p_238470_6_) -
Uses of TextureAtlasSprite in net.minecraft.client.gui.screen.inventory
Fields in net.minecraft.client.gui.screen.inventory declared as TextureAtlasSpriteModifier and TypeFieldDescriptionprivate final TextureAtlasSpriteBeaconScreen.PowerButton.sprite -
Uses of TextureAtlasSprite in net.minecraft.client.particle
Fields in net.minecraft.client.particle declared as TextureAtlasSpriteFields in net.minecraft.client.particle with type parameters of type TextureAtlasSpriteModifier and TypeFieldDescriptionprivate List<TextureAtlasSprite>ParticleManager.AnimatedSpriteImpl.spritesMethods in net.minecraft.client.particle that return TextureAtlasSpriteModifier and TypeMethodDescriptionIAnimatedSprite.get(int p_217591_1_, int p_217591_2_) ParticleManager.AnimatedSpriteImpl.get(int p_217591_1_, int p_217591_2_) Methods in net.minecraft.client.particle with parameters of type TextureAtlasSpriteModifier and TypeMethodDescriptionprotected voidSpriteTexturedParticle.setSprite(TextureAtlasSprite p_217567_1_) Method parameters in net.minecraft.client.particle with type arguments of type TextureAtlasSpriteModifier and TypeMethodDescriptionvoidParticleManager.AnimatedSpriteImpl.rebind(List<TextureAtlasSprite> p_217592_1_) -
Uses of TextureAtlasSprite in net.minecraft.client.renderer
Fields in net.minecraft.client.renderer declared as TextureAtlasSpriteModifier and TypeFieldDescriptionprivate final TextureAtlasSprite[]FluidBlockRenderer.lavaIconsprivate final TextureAtlasSpriteSpriteAwareVertexBuilder.spriteprivate final TextureAtlasSprite[]FluidBlockRenderer.waterIconsprivate TextureAtlasSpriteFluidBlockRenderer.waterOverlayMethods in net.minecraft.client.renderer that return TextureAtlasSpriteModifier and TypeMethodDescriptionBlockModelShapes.getParticleIcon(BlockState p_178122_1_) Deprecated.ItemModelMesher.getParticleIcon(ItemStack p_199309_1_) ItemModelMesher.getParticleIcon(IItemProvider p_199934_1_) BlockModelShapes.getTexture(BlockState state, World world, BlockPos pos) Methods in net.minecraft.client.renderer with parameters of type TextureAtlasSpriteModifier and TypeMethodDescriptionprivate static voidOverlayRenderer.renderTex(Minecraft p_228735_0_, TextureAtlasSprite p_228735_1_, MatrixStack p_228735_2_) Constructors in net.minecraft.client.renderer with parameters of type TextureAtlasSpriteModifierConstructorDescriptionSpriteAwareVertexBuilder(IVertexBuilder p_i225999_1_, TextureAtlasSprite p_i225999_2_) -
Uses of TextureAtlasSprite in net.minecraft.client.renderer.entity
Methods in net.minecraft.client.renderer.entity with parameters of type TextureAtlasSpriteModifier and TypeMethodDescriptionprivate voidPaintingRenderer.renderPainting(MatrixStack p_229122_1_, IVertexBuilder p_229122_2_, PaintingEntity p_229122_3_, int p_229122_4_, int p_229122_5_, TextureAtlasSprite p_229122_6_, TextureAtlasSprite p_229122_7_) -
Uses of TextureAtlasSprite in net.minecraft.client.renderer.model
Fields in net.minecraft.client.renderer.model declared as TextureAtlasSpriteModifier and TypeFieldDescriptionprotected final TextureAtlasSpriteMultipartBakedModel.particleIconprivate TextureAtlasSpriteSimpleBakedModel.Builder.particleIconprotected final TextureAtlasSpriteSimpleBakedModel.particleIconprivate final TextureAtlasSpriteBuiltInModel.particleTextureprotected final TextureAtlasSpriteBakedQuad.spriteMethods in net.minecraft.client.renderer.model that return TextureAtlasSpriteModifier and TypeMethodDescriptionBuiltInModel.getParticleIcon()IBakedModel.getParticleIcon()Deprecated.MultipartBakedModel.getParticleIcon()Deprecated.SimpleBakedModel.getParticleIcon()WeightedBakedModel.getParticleIcon()MultipartBakedModel.getParticleTexture(IModelData modelData) WeightedBakedModel.getParticleTexture(IModelData modelData) BakedQuad.getSprite()RenderMaterial.sprite()Methods in net.minecraft.client.renderer.model with parameters of type TextureAtlasSpriteModifier and TypeMethodDescriptionprivate static BakedQuadBlockModel.bakeFace(BlockPart p_228812_0_, BlockPartFace p_228812_1_, TextureAtlasSprite p_228812_2_, Direction p_228812_3_, IModelTransform p_228812_4_, ResourceLocation p_228812_5_) FaceBakery.bakeQuad(Vector3f p_228824_1_, Vector3f p_228824_2_, BlockPartFace p_228824_3_, TextureAtlasSprite p_228824_4_, Direction p_228824_5_, IModelTransform p_228824_6_, BlockPartRotation p_228824_7_, boolean p_228824_8_, ResourceLocation p_228824_9_) private voidFaceBakery.bakeVertex(int[] p_228827_1_, int p_228827_2_, Direction p_228827_3_, BlockFaceUV p_228827_4_, float[] p_228827_5_, TextureAtlasSprite p_228827_6_, TransformationMatrix p_228827_7_, BlockPartRotation p_228827_8_, boolean p_228827_9_) private voidItemModelGenerator.checkTransition(ItemModelGenerator.SpanFacing p_199338_1_, List<ItemModelGenerator.Span> p_199338_2_, TextureAtlasSprite p_199338_3_, int p_199338_4_, int p_199338_5_, int p_199338_6_, int p_199338_7_, int p_199338_8_, boolean p_199338_9_) ItemModelGenerator.createSideElements(TextureAtlasSprite p_178397_1_, String p_178397_2_, int p_178397_3_) private voidFaceBakery.fillVertex(int[] p_239288_1_, int p_239288_2_, Vector3f p_239288_3_, TextureAtlasSprite p_239288_4_, BlockFaceUV p_239288_5_) private List<ItemModelGenerator.Span>ItemModelGenerator.getSpans(TextureAtlasSprite p_178393_1_) private booleanItemModelGenerator.isTransparent(TextureAtlasSprite p_199339_1_, int p_199339_2_, int p_199339_3_, int p_199339_4_, int p_199339_5_, int p_199339_6_) static BakedQuadBlockModel.makeBakedQuad(BlockPart p_228812_0_, BlockPartFace p_228812_1_, TextureAtlasSprite p_228812_2_, Direction p_228812_3_, IModelTransform p_228812_4_, ResourceLocation p_228812_5_) private int[]FaceBakery.makeVertices(BlockFaceUV p_228820_1_, TextureAtlasSprite p_228820_2_, Direction p_228820_3_, float[] p_228820_4_, TransformationMatrix p_228820_5_, BlockPartRotation p_228820_6_, boolean p_228820_7_) SimpleBakedModel.Builder.particle(TextureAtlasSprite p_177646_1_) ItemModelGenerator.processFrames(int p_178394_1_, String p_178394_2_, TextureAtlasSprite p_178394_3_) Method parameters in net.minecraft.client.renderer.model with type arguments of type TextureAtlasSpriteModifier and TypeMethodDescriptionBlockModel.bake(ModelBakery p_225613_1_, Function<RenderMaterial, TextureAtlasSprite> p_225613_2_, IModelTransform p_225613_3_, ResourceLocation p_225613_4_) Deprecated.BlockModel.bake(ModelBakery p_228813_1_, BlockModel p_228813_2_, Function<RenderMaterial, TextureAtlasSprite> p_228813_3_, IModelTransform p_228813_4_, ResourceLocation p_228813_5_, boolean p_228813_6_) IUnbakedModel.bake(ModelBakery p_225613_1_, Function<RenderMaterial, TextureAtlasSprite> p_225613_2_, IModelTransform p_225613_3_, ResourceLocation p_225613_4_) VariantList.bake(ModelBakery p_225613_1_, Function<RenderMaterial, TextureAtlasSprite> p_225613_2_, IModelTransform p_225613_3_, ResourceLocation p_225613_4_) BlockModel.bakeVanilla(ModelBakery p_228813_1_, BlockModel p_228813_2_, Function<RenderMaterial, TextureAtlasSprite> p_228813_3_, IModelTransform p_228813_4_, ResourceLocation p_228813_5_, boolean p_228813_6_) Deprecated.ItemModelGenerator.generateBlockModel(Function<RenderMaterial, TextureAtlasSprite> p_209579_1_, BlockModel p_209579_2_) ModelBakery.getBakedModel(ResourceLocation p_217845_1_, IModelTransform p_217845_2_, Function<RenderMaterial, TextureAtlasSprite> textureGetter) BlockModel.getOverrides(ModelBakery p_217646_1_, BlockModel p_217646_2_, Function<RenderMaterial, TextureAtlasSprite> textureGetter) Constructors in net.minecraft.client.renderer.model with parameters of type TextureAtlasSpriteModifierConstructorDescriptionBakedQuad(int[] p_i232466_1_, int p_i232466_2_, Direction p_i232466_3_, TextureAtlasSprite p_i232466_4_, boolean p_i232466_5_) BuiltInModel(ItemCameraTransforms p_i230058_1_, ItemOverrideList p_i230058_2_, TextureAtlasSprite p_i230058_3_, boolean p_i230058_4_) SimpleBakedModel(List<BakedQuad> p_i230059_1_, Map<Direction, List<BakedQuad>> p_i230059_2_, boolean p_i230059_3_, boolean p_i230059_4_, boolean p_i230059_5_, TextureAtlasSprite p_i230059_6_, ItemCameraTransforms p_i230059_7_, ItemOverrideList p_i230059_8_) -
Uses of TextureAtlasSprite in net.minecraft.client.renderer.model.multipart
Method parameters in net.minecraft.client.renderer.model.multipart with type arguments of type TextureAtlasSpriteModifier and TypeMethodDescriptionMultipart.bake(ModelBakery p_225613_1_, Function<RenderMaterial, TextureAtlasSprite> p_225613_2_, IModelTransform p_225613_3_, ResourceLocation p_225613_4_) -
Uses of TextureAtlasSprite in net.minecraft.client.renderer.texture
Subclasses of TextureAtlasSprite in net.minecraft.client.renderer.textureFields in net.minecraft.client.renderer.texture with type parameters of type TextureAtlasSpriteModifier and TypeFieldDescriptionprivate final List<TextureAtlasSprite>AtlasTexture.animatedTextures(package private) final List<TextureAtlasSprite>AtlasTexture.SheetData.regionsprivate final Map<ResourceLocation,TextureAtlasSprite> AtlasTexture.texturesByNameMethods in net.minecraft.client.renderer.texture that return TextureAtlasSpriteModifier and TypeMethodDescriptionPaintingSpriteUploader.get(PaintingType p_215285_1_) PaintingSpriteUploader.getBackSprite()AtlasTexture.getSprite(ResourceLocation p_195424_1_) SpriteMap.getSprite(RenderMaterial p_229151_1_) protected TextureAtlasSpriteSpriteUploader.getSprite(ResourceLocation p_215282_1_) private TextureAtlasSpriteAtlasTexture.load(IResourceManager p_229218_1_, TextureAtlasSprite.Info p_229218_2_, int p_229218_3_, int p_229218_4_, int p_229218_5_, int p_229218_6_, int p_229218_7_) Methods in net.minecraft.client.renderer.texture that return types with arguments of type TextureAtlasSpriteModifier and TypeMethodDescriptionprivate List<TextureAtlasSprite>AtlasTexture.getLoadedSprites(IResourceManager p_229217_1_, Stitcher p_229217_2_, int p_229217_3_) Constructor parameters in net.minecraft.client.renderer.texture with type arguments of type TextureAtlasSpriteModifierConstructorDescriptionSheetData(Set<ResourceLocation> p_i226048_1_, int p_i226048_2_, int p_i226048_3_, int p_i226048_4_, List<TextureAtlasSprite> p_i226048_5_) -
Uses of TextureAtlasSprite in net.minecraftforge.client
Methods in net.minecraftforge.client that return TextureAtlasSpriteModifier and TypeMethodDescriptionstatic TextureAtlasSprite[]ForgeHooksClient.getFluidSprites(IBlockDisplayReader world, BlockPos pos, FluidState fluidStateIn) static TextureAtlasSpriteForgeHooksClient.loadTextureAtlasSprite(AtlasTexture atlasTexture, IResourceManager resourceManager, TextureAtlasSprite.Info textureInfo, IResource resource, int atlasWidth, int atlasHeight, int spriteX, int spriteY, int mipmapLevel, NativeImage image) -
Uses of TextureAtlasSprite in net.minecraftforge.client.extensions
Methods in net.minecraftforge.client.extensions that return TextureAtlasSpriteModifier and TypeMethodDescriptiondefault TextureAtlasSpriteIForgeBakedModel.getParticleTexture(IModelData data) Method parameters in net.minecraftforge.client.extensions with type arguments of type TextureAtlasSpriteModifier and TypeMethodDescriptiondefault booleanIForgeTextureAtlasSprite.load(IResourceManager manager, ResourceLocation location, Function<ResourceLocation, TextureAtlasSprite> textureGetter) Deprecated. -
Uses of TextureAtlasSprite in net.minecraftforge.client.model
Fields in net.minecraftforge.client.model declared as TextureAtlasSpriteModifier and TypeFieldDescriptionprotected final TextureAtlasSpriteFluidModel.BakedFluid.flowingprivate static TextureAtlasSpriteModelLoader.White.instanceprotected final TextureAtlasSpriteBakedItemModel.particleprivate final TextureAtlasSpriteCompositeModel.particleprivate TextureAtlasSpriteItemMultiLayerBakedModel.Builder.particleprivate final TextureAtlasSpriteItemMultiLayerBakedModel.particleprotected final TextureAtlasSpriteMultiLayerModel.MultiLayerBakedModel.particleprivate final TextureAtlasSpriteSeparatePerspectiveModel.BakedModel.particleprotected final TextureAtlasSpriteFluidModel.BakedFluid.stillFields in net.minecraftforge.client.model with type parameters of type TextureAtlasSpriteModifier and TypeFieldDescriptionprotected final Optional<TextureAtlasSprite>FluidModel.BakedFluid.overlayMethods in net.minecraftforge.client.model that return TextureAtlasSpriteModifier and TypeMethodDescriptionBakedItemModel.getParticleIcon()BakedModelWrapper.getParticleIcon()CompositeModel.getParticleIcon()FluidModel.BakedFluid.getParticleIcon()ItemMultiLayerBakedModel.getParticleIcon()MultiLayerModel.MultiLayerBakedModel.getParticleIcon()PerspectiveMapWrapper.getParticleIcon()SeparatePerspectiveModel.BakedModel.getParticleIcon()BakedModelWrapper.getParticleTexture(IModelData data) static final TextureAtlasSpriteModelLoader.White.instance()Methods in net.minecraftforge.client.model that return types with arguments of type TextureAtlasSpriteModifier and TypeMethodDescriptionstatic Function<RenderMaterial,TextureAtlasSprite> ModelLoader.defaultTextureGetter()Get the default texture getter the models will be baked with.Methods in net.minecraftforge.client.model with parameters of type TextureAtlasSpriteModifier and TypeMethodDescriptionItemMultiLayerBakedModel.builder(IModelConfiguration owner, TextureAtlasSprite particle, ItemOverrideList overrides, com.google.common.collect.ImmutableMap<ItemCameraTransforms.TransformType, TransformationMatrix> cameraTransforms) private BakedQuadFluidModel.BakedFluid.buildQuad(Direction side, TextureAtlasSprite texture, boolean flip, boolean offset, FluidModel.BakedFluid.VertexParameter x, FluidModel.BakedFluid.VertexParameter y, FluidModel.BakedFluid.VertexParameter z, FluidModel.BakedFluid.VertexParameter u, FluidModel.BakedFluid.VertexParameter v) private static BakedQuadItemLayerModel.buildQuad(TransformationMatrix transform, Direction side, TextureAtlasSprite sprite, int tint, boolean fullbright, float x0, float y0, float z0, float u0, float v0, float x1, float y1, float z1, float u1, float v1, float x2, float y2, float z2, float u2, float v2, float x3, float y3, float z3, float u3, float v3) private static BakedQuadItemLayerModel.buildSideQuad(TransformationMatrix transform, Direction side, int tint, TextureAtlasSprite sprite, int u, int v, int size, boolean fullbright) ItemTextureQuadConverter.convertTexture(TransformationMatrix transform, TextureAtlasSprite template, TextureAtlasSprite sprite, float z, Direction facing, int color, int tint) Takes a texture and converts it into BakedQuads.ItemTextureQuadConverter.convertTexture(TransformationMatrix transform, TextureAtlasSprite template, TextureAtlasSprite sprite, float z, Direction facing, int color, int tint, int luminosity) ItemTextureQuadConverter.convertTextureHorizontal(TransformationMatrix transform, TextureAtlasSprite template, TextureAtlasSprite sprite, float z, Direction facing, int color, int tint) Scans a texture and converts it into a list of horizontal strips stacked on top of each other.ItemTextureQuadConverter.convertTextureHorizontal(TransformationMatrix transform, TextureAtlasSprite template, TextureAtlasSprite sprite, float z, Direction facing, int color, int tint, int luminosity) ItemTextureQuadConverter.convertTextureVertical(TransformationMatrix transform, TextureAtlasSprite template, TextureAtlasSprite sprite, float z, Direction facing, int color, int tint) Scans a texture and converts it into a list of vertical strips stacked next to each other from left to right.ItemTextureQuadConverter.convertTextureVertical(TransformationMatrix transform, TextureAtlasSprite template, TextureAtlasSprite sprite, float z, Direction facing, int color, int tint, int luminosity) static BakedQuadItemTextureQuadConverter.genQuad(TransformationMatrix transform, float x1, float y1, float x2, float y2, float z, TextureAtlasSprite sprite, Direction facing, int color, int tint) Generates a Front/Back quad for an itemmodel.static BakedQuadItemTextureQuadConverter.genQuad(TransformationMatrix transform, float x1, float y1, float x2, float y2, float z, TextureAtlasSprite sprite, Direction facing, int color, int tint, int luminosity) static com.google.common.collect.ImmutableList<BakedQuad>ItemLayerModel.getQuadsForSprite(int tint, TextureAtlasSprite sprite, TransformationMatrix transform) static com.google.common.collect.ImmutableList<BakedQuad>ItemLayerModel.getQuadsForSprite(int tint, TextureAtlasSprite sprite, TransformationMatrix transform, boolean fullbright) static IModelBuilder<?>IModelBuilder.of(IModelConfiguration owner, ItemOverrideList overrides, TextureAtlasSprite particle) private static BakedQuadItemTextureQuadConverter.putQuad(TransformationMatrix transform, Direction side, TextureAtlasSprite sprite, int color, int tint, float x1, float y1, float x2, float y2, float z, float u1, float v1, float u2, float v2, int luminosity) ItemMultiLayerBakedModel.Builder.setParticle(TextureAtlasSprite particleSprite) Method parameters in net.minecraftforge.client.model with type arguments of type TextureAtlasSpriteModifier and TypeMethodDescriptionvoidCompositeModel.Submodel.addQuads(IModelConfiguration owner, IModelBuilder<?> modelBuilder, ModelBakery bakery, Function<RenderMaterial, TextureAtlasSprite> spriteGetter, IModelTransform modelTransform, ResourceLocation modelLocation) voidModelLoaderRegistry.VanillaProxy.addQuads(IModelConfiguration owner, IModelBuilder<?> modelBuilder, ModelBakery bakery, Function<RenderMaterial, TextureAtlasSprite> spriteGetter, IModelTransform modelTransform, ResourceLocation modelLocation) BlockModelConfiguration.bake(ModelBakery bakery, Function<RenderMaterial, TextureAtlasSprite> bakedTextureGetter, IModelTransform modelTransform, ItemOverrideList overrides, ResourceLocation modelLocation) CompositeModel.Geometry.bake(IModelConfiguration owner, ModelBakery bakery, Function<RenderMaterial, TextureAtlasSprite> spriteGetter, IModelTransform modelTransform, ItemOverrideList overrides, ResourceLocation modelLocation) DynamicBucketModel.bake(IModelConfiguration owner, ModelBakery bakery, Function<RenderMaterial, TextureAtlasSprite> spriteGetter, IModelTransform modelTransform, ItemOverrideList overrides, ResourceLocation modelLocation) FluidModel.bake(IModelConfiguration owner, ModelBakery bakery, Function<RenderMaterial, TextureAtlasSprite> spriteGetter, IModelTransform modelTransform, ItemOverrideList overrides, ResourceLocation modelLocation) ItemLayerModel.bake(IModelConfiguration owner, ModelBakery bakery, Function<RenderMaterial, TextureAtlasSprite> spriteGetter, IModelTransform modelTransform, ItemOverrideList overrides, ResourceLocation modelLocation) MultiLayerModel.bake(IModelConfiguration owner, ModelBakery bakery, Function<RenderMaterial, TextureAtlasSprite> spriteGetter, IModelTransform modelTransform, ItemOverrideList overrides, ResourceLocation modelLocation) SeparatePerspectiveModel.bake(IModelConfiguration owner, ModelBakery bakery, Function<RenderMaterial, TextureAtlasSprite> spriteGetter, IModelTransform modelTransform, ItemOverrideList overrides, ResourceLocation modelLocation) static IBakedModelModelLoaderRegistry.bakeHelper(BlockModel blockModel, ModelBakery modelBakery, BlockModel otherModel, Function<RenderMaterial, TextureAtlasSprite> spriteGetter, IModelTransform modelTransform, ResourceLocation modelLocation, boolean guiLight3d) CompositeModel.Submodel.bakeModel(ModelBakery bakery, Function<RenderMaterial, TextureAtlasSprite> spriteGetter, IModelTransform modelTransform, ResourceLocation modelLocation) private static com.google.common.collect.ImmutableList<com.mojang.datafixers.util.Pair<RenderType,IBakedModel>> MultiLayerModel.buildModels(List<com.mojang.datafixers.util.Pair<RenderType, IUnbakedModel>> models, IModelTransform modelTransform, ModelBakery bakery, Function<RenderMaterial, TextureAtlasSprite> spriteGetter, ResourceLocation modelLocation) static com.google.common.collect.ImmutableList<BakedQuad>ItemLayerModel.getQuadsForSprites(List<RenderMaterial> textures, TransformationMatrix transform, Function<RenderMaterial, TextureAtlasSprite> spriteGetter) static com.google.common.collect.ImmutableList<BakedQuad>ItemLayerModel.getQuadsForSprites(List<RenderMaterial> textures, TransformationMatrix transform, Function<RenderMaterial, TextureAtlasSprite> spriteGetter, Set<Integer> fullbrights) Constructors in net.minecraftforge.client.model with parameters of type TextureAtlasSpriteModifierConstructorDescriptionBakedFluid(TransformationMatrix transformation, com.google.common.collect.ImmutableMap<ItemCameraTransforms.TransformType, TransformationMatrix> transforms, ResourceLocation modelLocation, int color, TextureAtlasSprite still, TextureAtlasSprite flowing, Optional<TextureAtlasSprite> overlay, boolean gas, boolean statePresent, int[] cornerRound, int flowRound, boolean[] sideOverlays) BakedItemModel(com.google.common.collect.ImmutableList<BakedQuad> quads, TextureAtlasSprite particle, com.google.common.collect.ImmutableMap<ItemCameraTransforms.TransformType, TransformationMatrix> transforms, ItemOverrideList overrides, boolean untransformed, boolean isSideLit) BakedModel(boolean isAmbientOcclusion, boolean isGui3d, boolean isSideLit, TextureAtlasSprite particle, ItemOverrideList overrides, IBakedModel baseModel, com.google.common.collect.ImmutableMap<ItemCameraTransforms.TransformType, IBakedModel> perspectives) privateBuilder(IModelConfiguration owner, TextureAtlasSprite particle, ItemOverrideList overrides, com.google.common.collect.ImmutableMap<ItemCameraTransforms.TransformType, TransformationMatrix> cameraTransforms) CachingBakedFluid(TransformationMatrix transformation, com.google.common.collect.ImmutableMap<ItemCameraTransforms.TransformType, TransformationMatrix> transforms, ResourceLocation modelLocation, int color, TextureAtlasSprite still, TextureAtlasSprite flowing, Optional<TextureAtlasSprite> overlay, boolean gas, Optional<IModelData> stateOption) CompositeModel(boolean isGui3d, boolean isSideLit, boolean isAmbientOcclusion, TextureAtlasSprite particle, com.google.common.collect.ImmutableMap<String, IBakedModel> bakedParts, IModelTransform combinedTransform, ItemOverrideList overrides) ItemMultiLayerBakedModel(boolean smoothLighting, boolean shadedInGui, boolean sideLit, TextureAtlasSprite particle, ItemOverrideList overrides, com.google.common.collect.ImmutableMap<ItemCameraTransforms.TransformType, TransformationMatrix> cameraTransforms, com.google.common.collect.ImmutableList<com.mojang.datafixers.util.Pair<IBakedModel, RenderType>> layerModels) MultiLayerBakedModel(boolean ambientOcclusion, boolean isGui3d, boolean isSideLit, TextureAtlasSprite particle, ItemOverrideList overrides, boolean convertRenderTypes, List<com.mojang.datafixers.util.Pair<RenderType, IBakedModel>> models, com.google.common.collect.ImmutableMap<ItemCameraTransforms.TransformType, TransformationMatrix> cameraTransforms) Constructor parameters in net.minecraftforge.client.model with type arguments of type TextureAtlasSpriteModifierConstructorDescriptionBakedFluid(TransformationMatrix transformation, com.google.common.collect.ImmutableMap<ItemCameraTransforms.TransformType, TransformationMatrix> transforms, ResourceLocation modelLocation, int color, TextureAtlasSprite still, TextureAtlasSprite flowing, Optional<TextureAtlasSprite> overlay, boolean gas, boolean statePresent, int[] cornerRound, int flowRound, boolean[] sideOverlays) CachingBakedFluid(TransformationMatrix transformation, com.google.common.collect.ImmutableMap<ItemCameraTransforms.TransformType, TransformationMatrix> transforms, ResourceLocation modelLocation, int color, TextureAtlasSprite still, TextureAtlasSprite flowing, Optional<TextureAtlasSprite> overlay, boolean gas, Optional<IModelData> stateOption) -
Uses of TextureAtlasSprite in net.minecraftforge.client.model.animation
Fields in net.minecraftforge.client.model.animation with type parameters of type TextureAtlasSpriteModifier and TypeFieldDescriptionprivate final Function<RenderMaterial,TextureAtlasSprite> AnimationItemOverrideList.bakedTextureGetterConstructor parameters in net.minecraftforge.client.model.animation with type arguments of type TextureAtlasSpriteModifierConstructorDescriptionAnimationItemOverrideList(ModelBakery bakery, IUnbakedModel model, ResourceLocation modelLoc, IModelTransform state, Function<RenderMaterial, TextureAtlasSprite> bakedTextureGetter, List<ItemOverride> overrides) AnimationItemOverrideList(ModelBakery bakery, IUnbakedModel model, ResourceLocation modelLoc, IModelTransform state, Function<RenderMaterial, TextureAtlasSprite> bakedTextureGetter, ItemOverrideList overrides) -
Uses of TextureAtlasSprite in net.minecraftforge.client.model.b3d
Fields in net.minecraftforge.client.model.b3d with type parameters of type TextureAtlasSpriteModifier and TypeFieldDescriptionprivate final com.google.common.collect.ImmutableMap<String,TextureAtlasSprite> B3DLoader.BakedWrapper.texturesMethods in net.minecraftforge.client.model.b3d that return TextureAtlasSpriteMethods in net.minecraftforge.client.model.b3d with parameters of type TextureAtlasSpriteModifier and TypeMethodDescriptionprivate final voidB3DLoader.BakedWrapper.putVertexData(IVertexConsumer consumer, B3DModel.Vertex v, Vector3f faceNormal, TextureAtlasSprite sprite) Method parameters in net.minecraftforge.client.model.b3d with type arguments of type TextureAtlasSpriteModifier and TypeMethodDescriptionB3DLoader.ModelWrapper.bake(ModelBakery bakery, Function<RenderMaterial, TextureAtlasSprite> spriteGetter, IModelTransform modelTransform, ResourceLocation modelLocation) Constructor parameters in net.minecraftforge.client.model.b3d with type arguments of type TextureAtlasSpriteModifierConstructorDescriptionBakedWrapper(B3DModel.Node<?> node, IModelTransform state, boolean smooth, boolean gui3d, boolean isSideLit, com.google.common.collect.ImmutableSet<String> meshes, com.google.common.collect.ImmutableMap<String, TextureAtlasSprite> textures) BakedWrapper(B3DModel.Node<?> node, IModelTransform state, boolean smooth, boolean gui3d, boolean isSideLit, com.google.common.collect.ImmutableSet<String> meshes, com.google.common.collect.ImmutableMap<String, TextureAtlasSprite> textures, com.google.common.cache.LoadingCache<Integer, B3DLoader.B3DState> cache) -
Uses of TextureAtlasSprite in net.minecraftforge.client.model.geometry
Method parameters in net.minecraftforge.client.model.geometry with type arguments of type TextureAtlasSpriteModifier and TypeMethodDescriptionvoidIModelGeometryPart.addQuads(IModelConfiguration owner, IModelBuilder<?> modelBuilder, ModelBakery bakery, Function<RenderMaterial, TextureAtlasSprite> spriteGetter, IModelTransform modelTransform, ResourceLocation modelLocation) default voidIMultipartModelGeometry.addQuads(IModelConfiguration owner, IModelBuilder<?> modelBuilder, ModelBakery bakery, Function<RenderMaterial, TextureAtlasSprite> spriteGetter, IModelTransform modelTransform, ResourceLocation modelLocation) voidISimpleModelGeometry.addQuads(IModelConfiguration owner, IModelBuilder<?> modelBuilder, ModelBakery bakery, Function<RenderMaterial, TextureAtlasSprite> spriteGetter, IModelTransform modelTransform, ResourceLocation modelLocation) IModelGeometry.bake(IModelConfiguration owner, ModelBakery bakery, Function<RenderMaterial, TextureAtlasSprite> spriteGetter, IModelTransform modelTransform, ItemOverrideList overrides, ResourceLocation modelLocation) default IBakedModelISimpleModelGeometry.bake(IModelConfiguration owner, ModelBakery bakery, Function<RenderMaterial, TextureAtlasSprite> spriteGetter, IModelTransform modelTransform, ItemOverrideList overrides, ResourceLocation modelLocation) -
Uses of TextureAtlasSprite in net.minecraftforge.client.model.obj
Methods in net.minecraftforge.client.model.obj with parameters of type TextureAtlasSpriteModifier and TypeMethodDescriptionOBJModel.makeQuad(int[][] indices, int tintIndex, Vector4f colorTint, Vector4f ambientColor, TextureAtlasSprite texture, TransformationMatrix transform) private voidOBJModel.putVertexData(IVertexConsumer consumer, Vector4f position0, Vector2f texCoord0, Vector3f normal0, Vector4f color0, Vector2f uv2, TextureAtlasSprite texture) Method parameters in net.minecraftforge.client.model.obj with type arguments of type TextureAtlasSpriteModifier and TypeMethodDescriptionvoidOBJModel.ModelGroup.addQuads(IModelConfiguration owner, IModelBuilder<?> modelBuilder, ModelBakery bakery, Function<RenderMaterial, TextureAtlasSprite> spriteGetter, IModelTransform modelTransform, ResourceLocation modelLocation) voidOBJModel.ModelObject.addQuads(IModelConfiguration owner, IModelBuilder<?> modelBuilder, ModelBakery bakery, Function<RenderMaterial, TextureAtlasSprite> spriteGetter, IModelTransform modelTransform, ResourceLocation modelLocation) -
Uses of TextureAtlasSprite in net.minecraftforge.client.model.pipeline
Fields in net.minecraftforge.client.model.pipeline declared as TextureAtlasSpriteMethods in net.minecraftforge.client.model.pipeline with parameters of type TextureAtlasSpriteModifier and TypeMethodDescriptionvoidBakedQuadBuilder.setTexture(TextureAtlasSprite texture) voidIVertexConsumer.setTexture(TextureAtlasSprite texture) voidVertexBufferConsumer.setTexture(TextureAtlasSprite texture) voidVertexLighterFlat.setTexture(TextureAtlasSprite texture) voidVertexTransformer.setTexture(TextureAtlasSprite texture) Constructors in net.minecraftforge.client.model.pipeline with parameters of type TextureAtlasSprite -
Uses of TextureAtlasSprite in net.minecraftforge.client.textures
Methods in net.minecraftforge.client.textures that return TextureAtlasSpriteModifier and TypeMethodDescriptionITextureAtlasSpriteLoader.load(AtlasTexture atlas, IResourceManager resourceManager, TextureAtlasSprite.Info textureInfo, IResource resource, int atlasWidth, int atlasHeight, int spriteX, int spriteY, int mipmapLevel, NativeImage image) Load a TextureAtlasSprite for the given resource. -
Uses of TextureAtlasSprite in net.minecraftforge.debug.block
Method parameters in net.minecraftforge.debug.block with type arguments of type TextureAtlasSpriteModifier and TypeMethodDescriptionFullPotsAccessorDemo.ClientHandler.DioritePotModelGeometry.bake(IModelConfiguration owner, ModelBakery bakery, Function<RenderMaterial, TextureAtlasSprite> spriteGetter, IModelTransform modelTransform, ItemOverrideList overrides, ResourceLocation modelLocation) -
Uses of TextureAtlasSprite in net.minecraftforge.debug.client
Methods in net.minecraftforge.debug.client that return TextureAtlasSpriteModifier and TypeMethodDescriptionCustomTASTest.TasLoader.load(AtlasTexture atlas, IResourceManager resourceManager, TextureAtlasSprite.Info textureInfo, IResource resource, int atlasWidth, int atlasHeight, int spriteX, int spriteY, int mipmapLevel, NativeImage image) -
Uses of TextureAtlasSprite in net.minecraftforge.debug.client.model
Methods in net.minecraftforge.debug.client.model that return TextureAtlasSpriteMethod parameters in net.minecraftforge.debug.client.model with type arguments of type TextureAtlasSpriteModifier and TypeMethodDescriptionvoidNewModelLoaderTest.TestModel.addQuads(IModelConfiguration owner, IModelBuilder<?> modelBuilder, ModelBakery bakery, Function<RenderMaterial, TextureAtlasSprite> spriteGetter, IModelTransform modelTransform, ResourceLocation modelLocation)
IForgeBakedModel.getParticleTexture(net.minecraftforge.client.model.data.IModelData)