Uses of Class
net.minecraft.client.renderer.texture.TextureAtlasSprite
-
-
Uses of TextureAtlasSprite in net.minecraft.client
Methods in net.minecraft.client that return types with arguments of type TextureAtlasSprite Modifier and Type Method Description java.util.function.Function<ResourceLocation,TextureAtlasSprite>
Minecraft. getTextureAtlas(ResourceLocation p_228015_1_)
-
Uses of TextureAtlasSprite in net.minecraft.client.gui
Methods in net.minecraft.client.gui with parameters of type TextureAtlasSprite Modifier and Type Method Description static void
AbstractGui. 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 TextureAtlasSprite Modifier and Type Field Description private TextureAtlasSprite
BeaconScreen.PowerButton. sprite
-
Uses of TextureAtlasSprite in net.minecraft.client.particle
Fields in net.minecraft.client.particle declared as TextureAtlasSprite Modifier and Type Field Description protected TextureAtlasSprite
SpriteTexturedParticle. sprite
Fields in net.minecraft.client.particle with type parameters of type TextureAtlasSprite Modifier and Type Field Description private java.util.List<TextureAtlasSprite>
ParticleManager.AnimatedSpriteImpl. sprites
Methods in net.minecraft.client.particle that return TextureAtlasSprite Modifier and Type Method Description TextureAtlasSprite
IAnimatedSprite. get(int p_217591_1_, int p_217591_2_)
TextureAtlasSprite
IAnimatedSprite. get(java.util.Random p_217590_1_)
TextureAtlasSprite
ParticleManager.AnimatedSpriteImpl. get(int p_217591_1_, int p_217591_2_)
TextureAtlasSprite
ParticleManager.AnimatedSpriteImpl. get(java.util.Random p_217590_1_)
Methods in net.minecraft.client.particle with parameters of type TextureAtlasSprite Modifier and Type Method Description protected void
SpriteTexturedParticle. setSprite(TextureAtlasSprite p_217567_1_)
Method parameters in net.minecraft.client.particle with type arguments of type TextureAtlasSprite Modifier and Type Method Description void
ParticleManager.AnimatedSpriteImpl. rebind(java.util.List<TextureAtlasSprite> p_217592_1_)
-
Uses of TextureAtlasSprite in net.minecraft.client.renderer
Fields in net.minecraft.client.renderer declared as TextureAtlasSprite Modifier and Type Field Description private TextureAtlasSprite[]
FluidBlockRenderer. lavaIcons
private TextureAtlasSprite
SpriteAwareVertexBuilder. sprite
private TextureAtlasSprite[]
FluidBlockRenderer. waterIcons
private TextureAtlasSprite
FluidBlockRenderer. waterOverlay
Methods in net.minecraft.client.renderer that return TextureAtlasSprite Modifier and Type Method Description TextureAtlasSprite
BlockModelShapes. getParticleIcon(BlockState p_178122_1_)
Deprecated.TextureAtlasSprite
ItemModelMesher. getParticleIcon(ItemStack p_199309_1_)
TextureAtlasSprite
ItemModelMesher. getParticleIcon(IItemProvider p_199934_1_)
TextureAtlasSprite
BlockModelShapes. getTexture(BlockState state, World world, BlockPos pos)
Methods in net.minecraft.client.renderer with parameters of type TextureAtlasSprite Modifier and Type Method Description private static void
OverlayRenderer. renderTex(Minecraft p_228735_0_, TextureAtlasSprite p_228735_1_, MatrixStack p_228735_2_)
Constructors in net.minecraft.client.renderer with parameters of type TextureAtlasSprite Constructor Description SpriteAwareVertexBuilder(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 TextureAtlasSprite Modifier and Type Method Description private void
PaintingRenderer. 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 TextureAtlasSprite Modifier and Type Field Description protected TextureAtlasSprite
MultipartBakedModel. particleIcon
private TextureAtlasSprite
SimpleBakedModel.Builder. particleIcon
protected TextureAtlasSprite
SimpleBakedModel. particleIcon
private TextureAtlasSprite
BuiltInModel. particleTexture
protected TextureAtlasSprite
BakedQuad. sprite
Methods in net.minecraft.client.renderer.model that return TextureAtlasSprite Modifier and Type Method Description TextureAtlasSprite
BuiltInModel. getParticleIcon()
TextureAtlasSprite
IBakedModel. getParticleIcon()
Deprecated.TextureAtlasSprite
MultipartBakedModel. getParticleIcon()
Deprecated.TextureAtlasSprite
SimpleBakedModel. getParticleIcon()
TextureAtlasSprite
WeightedBakedModel. getParticleIcon()
TextureAtlasSprite
MultipartBakedModel. getParticleTexture(IModelData modelData)
TextureAtlasSprite
WeightedBakedModel. getParticleTexture(IModelData modelData)
TextureAtlasSprite
BakedQuad. getSprite()
TextureAtlasSprite
RenderMaterial. sprite()
Methods in net.minecraft.client.renderer.model with parameters of type TextureAtlasSprite Modifier and Type Method Description private static BakedQuad
BlockModel. 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_)
BakedQuad
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 void
FaceBakery. 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 void
ItemModelGenerator. checkTransition(ItemModelGenerator.SpanFacing p_199338_1_, java.util.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_)
private java.util.List<BlockPart>
ItemModelGenerator. createSideElements(TextureAtlasSprite p_178397_1_, java.lang.String p_178397_2_, int p_178397_3_)
private void
FaceBakery. fillVertex(int[] p_239288_1_, int p_239288_2_, Vector3f p_239288_3_, TextureAtlasSprite p_239288_4_, BlockFaceUV p_239288_5_)
private java.util.List<ItemModelGenerator.Span>
ItemModelGenerator. getSpans(TextureAtlasSprite p_178393_1_)
private boolean
ItemModelGenerator. 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 BakedQuad
BlockModel. 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
SimpleBakedModel.Builder. particle(TextureAtlasSprite p_177646_1_)
private java.util.List<BlockPart>
ItemModelGenerator. processFrames(int p_178394_1_, java.lang.String p_178394_2_, TextureAtlasSprite p_178394_3_)
Method parameters in net.minecraft.client.renderer.model with type arguments of type TextureAtlasSprite Modifier and Type Method Description IBakedModel
BlockModel. bake(ModelBakery p_225613_1_, java.util.function.Function<RenderMaterial,TextureAtlasSprite> p_225613_2_, IModelTransform p_225613_3_, ResourceLocation p_225613_4_)
Deprecated.IBakedModel
BlockModel. bake(ModelBakery p_228813_1_, BlockModel p_228813_2_, java.util.function.Function<RenderMaterial,TextureAtlasSprite> p_228813_3_, IModelTransform p_228813_4_, ResourceLocation p_228813_5_, boolean p_228813_6_)
IBakedModel
IUnbakedModel. bake(ModelBakery p_225613_1_, java.util.function.Function<RenderMaterial,TextureAtlasSprite> p_225613_2_, IModelTransform p_225613_3_, ResourceLocation p_225613_4_)
IBakedModel
VariantList. bake(ModelBakery p_225613_1_, java.util.function.Function<RenderMaterial,TextureAtlasSprite> p_225613_2_, IModelTransform p_225613_3_, ResourceLocation p_225613_4_)
IBakedModel
BlockModel. bakeVanilla(ModelBakery p_228813_1_, BlockModel p_228813_2_, java.util.function.Function<RenderMaterial,TextureAtlasSprite> p_228813_3_, IModelTransform p_228813_4_, ResourceLocation p_228813_5_, boolean p_228813_6_)
Deprecated.BlockModel
ItemModelGenerator. generateBlockModel(java.util.function.Function<RenderMaterial,TextureAtlasSprite> p_209579_1_, BlockModel p_209579_2_)
IBakedModel
ModelBakery. getBakedModel(ResourceLocation p_217845_1_, IModelTransform p_217845_2_, java.util.function.Function<RenderMaterial,TextureAtlasSprite> textureGetter)
ItemOverrideList
BlockModel. getOverrides(ModelBakery p_217646_1_, BlockModel p_217646_2_, java.util.function.Function<RenderMaterial,TextureAtlasSprite> textureGetter)
Constructors in net.minecraft.client.renderer.model with parameters of type TextureAtlasSprite Constructor Description BakedQuad(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(java.util.List<BakedQuad> p_i230059_1_, java.util.Map<Direction,java.util.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 TextureAtlasSprite Modifier and Type Method Description IBakedModel
Multipart. bake(ModelBakery p_225613_1_, java.util.function.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.texture Modifier and Type Class Description class
MissingTextureSprite
Fields in net.minecraft.client.renderer.texture with type parameters of type TextureAtlasSprite Modifier and Type Field Description private java.util.List<TextureAtlasSprite>
AtlasTexture. animatedTextures
(package private) java.util.List<TextureAtlasSprite>
AtlasTexture.SheetData. regions
private java.util.Map<ResourceLocation,TextureAtlasSprite>
AtlasTexture. texturesByName
Methods in net.minecraft.client.renderer.texture that return TextureAtlasSprite Modifier and Type Method Description TextureAtlasSprite
PaintingSpriteUploader. get(PaintingType p_215285_1_)
TextureAtlasSprite
PotionSpriteUploader. get(Effect p_215288_1_)
TextureAtlasSprite
PaintingSpriteUploader. getBackSprite()
TextureAtlasSprite
AtlasTexture. getSprite(ResourceLocation p_195424_1_)
TextureAtlasSprite
SpriteMap. getSprite(RenderMaterial p_229151_1_)
protected TextureAtlasSprite
SpriteUploader. getSprite(ResourceLocation p_215282_1_)
private TextureAtlasSprite
AtlasTexture. 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 TextureAtlasSprite Modifier and Type Method Description private java.util.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 TextureAtlasSprite Constructor Description SheetData(java.util.Set<ResourceLocation> p_i226048_1_, int p_i226048_2_, int p_i226048_3_, int p_i226048_4_, java.util.List<TextureAtlasSprite> p_i226048_5_)
-
Uses of TextureAtlasSprite in net.minecraftforge.client
Methods in net.minecraftforge.client that return TextureAtlasSprite Modifier and Type Method Description static TextureAtlasSprite[]
ForgeHooksClient. getFluidSprites(IBlockDisplayReader world, BlockPos pos, FluidState fluidStateIn)
static TextureAtlasSprite
ForgeHooksClient. 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 TextureAtlasSprite Modifier and Type Method Description default TextureAtlasSprite
IForgeBakedModel. getParticleTexture(IModelData data)
Method parameters in net.minecraftforge.client.extensions with type arguments of type TextureAtlasSprite Modifier and Type Method Description default boolean
IForgeTextureAtlasSprite. load(IResourceManager manager, ResourceLocation location, java.util.function.Function<ResourceLocation,TextureAtlasSprite> textureGetter)
Deprecated. -
Uses of TextureAtlasSprite in net.minecraftforge.client.model
Fields in net.minecraftforge.client.model declared as TextureAtlasSprite Modifier and Type Field Description protected TextureAtlasSprite
FluidModel.BakedFluid. flowing
private static TextureAtlasSprite
ModelLoader.White. instance
protected TextureAtlasSprite
BakedItemModel. particle
private TextureAtlasSprite
CompositeModel. particle
private TextureAtlasSprite
ItemMultiLayerBakedModel.Builder. particle
private TextureAtlasSprite
ItemMultiLayerBakedModel. particle
protected TextureAtlasSprite
MultiLayerModel.MultiLayerBakedModel. particle
private TextureAtlasSprite
SeparatePerspectiveModel.BakedModel. particle
protected TextureAtlasSprite
FluidModel.BakedFluid. still
Fields in net.minecraftforge.client.model with type parameters of type TextureAtlasSprite Modifier and Type Field Description protected java.util.Optional<TextureAtlasSprite>
FluidModel.BakedFluid. overlay
Methods in net.minecraftforge.client.model that return TextureAtlasSprite Modifier and Type Method Description TextureAtlasSprite
BakedItemModel. getParticleIcon()
TextureAtlasSprite
BakedModelWrapper. getParticleIcon()
TextureAtlasSprite
CompositeModel. getParticleIcon()
TextureAtlasSprite
FluidModel.BakedFluid. getParticleIcon()
TextureAtlasSprite
ItemMultiLayerBakedModel. getParticleIcon()
TextureAtlasSprite
MultiLayerModel.MultiLayerBakedModel. getParticleIcon()
TextureAtlasSprite
PerspectiveMapWrapper. getParticleIcon()
TextureAtlasSprite
SeparatePerspectiveModel.BakedModel. getParticleIcon()
TextureAtlasSprite
BakedModelWrapper. getParticleTexture(IModelData data)
static TextureAtlasSprite
ModelLoader.White. instance()
Methods in net.minecraftforge.client.model that return types with arguments of type TextureAtlasSprite Modifier and Type Method Description static java.util.function.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 TextureAtlasSprite Modifier and Type Method Description static ItemMultiLayerBakedModel.Builder
ItemMultiLayerBakedModel. builder(IModelConfiguration owner, TextureAtlasSprite particle, ItemOverrideList overrides, com.google.common.collect.ImmutableMap<ItemCameraTransforms.TransformType,TransformationMatrix> cameraTransforms)
private BakedQuad
FluidModel.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 BakedQuad
ItemLayerModel. 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 BakedQuad
ItemLayerModel. buildSideQuad(TransformationMatrix transform, Direction side, int tint, TextureAtlasSprite sprite, int u, int v, int size, boolean fullbright)
static java.util.List<BakedQuad>
ItemTextureQuadConverter. convertTexture(TransformationMatrix transform, TextureAtlasSprite template, TextureAtlasSprite sprite, float z, Direction facing, int color, int tint)
Takes a texture and converts it into BakedQuads.static java.util.List<BakedQuad>
ItemTextureQuadConverter. convertTexture(TransformationMatrix transform, TextureAtlasSprite template, TextureAtlasSprite sprite, float z, Direction facing, int color, int tint, int luminosity)
static java.util.List<BakedQuad>
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.static java.util.List<BakedQuad>
ItemTextureQuadConverter. convertTextureHorizontal(TransformationMatrix transform, TextureAtlasSprite template, TextureAtlasSprite sprite, float z, Direction facing, int color, int tint, int luminosity)
static java.util.List<BakedQuad>
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.static java.util.List<BakedQuad>
ItemTextureQuadConverter. convertTextureVertical(TransformationMatrix transform, TextureAtlasSprite template, TextureAtlasSprite sprite, float z, Direction facing, int color, int tint, int luminosity)
static BakedQuad
ItemTextureQuadConverter. 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 BakedQuad
ItemTextureQuadConverter. 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 BakedQuad
ItemTextureQuadConverter. 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
ItemMultiLayerBakedModel.Builder. setParticle(TextureAtlasSprite particleSprite)
Method parameters in net.minecraftforge.client.model with type arguments of type TextureAtlasSprite Modifier and Type Method Description void
CompositeModel.Submodel. addQuads(IModelConfiguration owner, IModelBuilder<?> modelBuilder, ModelBakery bakery, java.util.function.Function<RenderMaterial,TextureAtlasSprite> spriteGetter, IModelTransform modelTransform, ResourceLocation modelLocation)
void
ModelLoaderRegistry.VanillaProxy. addQuads(IModelConfiguration owner, IModelBuilder<?> modelBuilder, ModelBakery bakery, java.util.function.Function<RenderMaterial,TextureAtlasSprite> spriteGetter, IModelTransform modelTransform, ResourceLocation modelLocation)
IBakedModel
BlockModelConfiguration. bake(ModelBakery bakery, java.util.function.Function<RenderMaterial,TextureAtlasSprite> bakedTextureGetter, IModelTransform modelTransform, ItemOverrideList overrides, ResourceLocation modelLocation)
IBakedModel
CompositeModel.Geometry. bake(IModelConfiguration owner, ModelBakery bakery, java.util.function.Function<RenderMaterial,TextureAtlasSprite> spriteGetter, IModelTransform modelTransform, ItemOverrideList overrides, ResourceLocation modelLocation)
IBakedModel
DynamicBucketModel. bake(IModelConfiguration owner, ModelBakery bakery, java.util.function.Function<RenderMaterial,TextureAtlasSprite> spriteGetter, IModelTransform modelTransform, ItemOverrideList overrides, ResourceLocation modelLocation)
IBakedModel
FluidModel. bake(IModelConfiguration owner, ModelBakery bakery, java.util.function.Function<RenderMaterial,TextureAtlasSprite> spriteGetter, IModelTransform modelTransform, ItemOverrideList overrides, ResourceLocation modelLocation)
IBakedModel
ItemLayerModel. bake(IModelConfiguration owner, ModelBakery bakery, java.util.function.Function<RenderMaterial,TextureAtlasSprite> spriteGetter, IModelTransform modelTransform, ItemOverrideList overrides, ResourceLocation modelLocation)
IBakedModel
MultiLayerModel. bake(IModelConfiguration owner, ModelBakery bakery, java.util.function.Function<RenderMaterial,TextureAtlasSprite> spriteGetter, IModelTransform modelTransform, ItemOverrideList overrides, ResourceLocation modelLocation)
IBakedModel
SeparatePerspectiveModel. bake(IModelConfiguration owner, ModelBakery bakery, java.util.function.Function<RenderMaterial,TextureAtlasSprite> spriteGetter, IModelTransform modelTransform, ItemOverrideList overrides, ResourceLocation modelLocation)
static IBakedModel
ModelLoaderRegistry. bakeHelper(BlockModel blockModel, ModelBakery modelBakery, BlockModel otherModel, java.util.function.Function<RenderMaterial,TextureAtlasSprite> spriteGetter, IModelTransform modelTransform, ResourceLocation modelLocation, boolean guiLight3d)
IBakedModel
CompositeModel.Submodel. bakeModel(ModelBakery bakery, java.util.function.Function<RenderMaterial,TextureAtlasSprite> spriteGetter, IModelTransform modelTransform, ResourceLocation modelLocation)
private static com.google.common.collect.ImmutableList<com.mojang.datafixers.util.Pair<RenderType,IBakedModel>>
MultiLayerModel. buildModels(java.util.List<com.mojang.datafixers.util.Pair<RenderType,IUnbakedModel>> models, IModelTransform modelTransform, ModelBakery bakery, java.util.function.Function<RenderMaterial,TextureAtlasSprite> spriteGetter, ResourceLocation modelLocation)
static com.google.common.collect.ImmutableList<BakedQuad>
ItemLayerModel. getQuadsForSprites(java.util.List<RenderMaterial> textures, TransformationMatrix transform, java.util.function.Function<RenderMaterial,TextureAtlasSprite> spriteGetter)
static com.google.common.collect.ImmutableList<BakedQuad>
ItemLayerModel. getQuadsForSprites(java.util.List<RenderMaterial> textures, TransformationMatrix transform, java.util.function.Function<RenderMaterial,TextureAtlasSprite> spriteGetter, java.util.Set<java.lang.Integer> fullbrights)
Constructors in net.minecraftforge.client.model with parameters of type TextureAtlasSprite Constructor Description BakedFluid(TransformationMatrix transformation, com.google.common.collect.ImmutableMap<ItemCameraTransforms.TransformType,TransformationMatrix> transforms, ResourceLocation modelLocation, int color, TextureAtlasSprite still, TextureAtlasSprite flowing, java.util.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)
Builder(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, java.util.Optional<TextureAtlasSprite> overlay, boolean gas, java.util.Optional<IModelData> stateOption)
CompositeModel(boolean isGui3d, boolean isSideLit, boolean isAmbientOcclusion, TextureAtlasSprite particle, com.google.common.collect.ImmutableMap<java.lang.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, java.util.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 TextureAtlasSprite Constructor Description BakedFluid(TransformationMatrix transformation, com.google.common.collect.ImmutableMap<ItemCameraTransforms.TransformType,TransformationMatrix> transforms, ResourceLocation modelLocation, int color, TextureAtlasSprite still, TextureAtlasSprite flowing, java.util.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, java.util.Optional<TextureAtlasSprite> overlay, boolean gas, java.util.Optional<IModelData> stateOption)
-
Uses of TextureAtlasSprite in net.minecraftforge.client.model.animation
Fields in net.minecraftforge.client.model.animation with type parameters of type TextureAtlasSprite Modifier and Type Field Description private java.util.function.Function<RenderMaterial,TextureAtlasSprite>
AnimationItemOverrideList. bakedTextureGetter
Constructor parameters in net.minecraftforge.client.model.animation with type arguments of type TextureAtlasSprite Constructor Description AnimationItemOverrideList(ModelBakery bakery, IUnbakedModel model, ResourceLocation modelLoc, IModelTransform state, java.util.function.Function<RenderMaterial,TextureAtlasSprite> bakedTextureGetter, java.util.List<ItemOverride> overrides)
AnimationItemOverrideList(ModelBakery bakery, IUnbakedModel model, ResourceLocation modelLoc, IModelTransform state, java.util.function.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 TextureAtlasSprite Modifier and Type Field Description private com.google.common.collect.ImmutableMap<java.lang.String,TextureAtlasSprite>
B3DLoader.BakedWrapper. textures
Methods in net.minecraftforge.client.model.b3d that return TextureAtlasSprite Modifier and Type Method Description TextureAtlasSprite
B3DLoader.BakedWrapper. getParticleIcon()
Methods in net.minecraftforge.client.model.b3d with parameters of type TextureAtlasSprite Modifier and Type Method Description private void
B3DLoader.BakedWrapper. putVertexData(IVertexConsumer consumer, B3DModel.Vertex v, Vector3f faceNormal, TextureAtlasSprite sprite)
Method parameters in net.minecraftforge.client.model.b3d with type arguments of type TextureAtlasSprite Modifier and Type Method Description IBakedModel
B3DLoader.ModelWrapper. bake(ModelBakery bakery, java.util.function.Function<RenderMaterial,TextureAtlasSprite> spriteGetter, IModelTransform modelTransform, ResourceLocation modelLocation)
Constructor parameters in net.minecraftforge.client.model.b3d with type arguments of type TextureAtlasSprite Constructor Description BakedWrapper(B3DModel.Node<?> node, IModelTransform state, boolean smooth, boolean gui3d, boolean isSideLit, com.google.common.collect.ImmutableSet<java.lang.String> meshes, com.google.common.collect.ImmutableMap<java.lang.String,TextureAtlasSprite> textures)
BakedWrapper(B3DModel.Node<?> node, IModelTransform state, boolean smooth, boolean gui3d, boolean isSideLit, com.google.common.collect.ImmutableSet<java.lang.String> meshes, com.google.common.collect.ImmutableMap<java.lang.String,TextureAtlasSprite> textures, com.google.common.cache.LoadingCache<java.lang.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 TextureAtlasSprite Modifier and Type Method Description void
IModelGeometryPart. addQuads(IModelConfiguration owner, IModelBuilder<?> modelBuilder, ModelBakery bakery, java.util.function.Function<RenderMaterial,TextureAtlasSprite> spriteGetter, IModelTransform modelTransform, ResourceLocation modelLocation)
default void
IMultipartModelGeometry. addQuads(IModelConfiguration owner, IModelBuilder<?> modelBuilder, ModelBakery bakery, java.util.function.Function<RenderMaterial,TextureAtlasSprite> spriteGetter, IModelTransform modelTransform, ResourceLocation modelLocation)
void
ISimpleModelGeometry. addQuads(IModelConfiguration owner, IModelBuilder<?> modelBuilder, ModelBakery bakery, java.util.function.Function<RenderMaterial,TextureAtlasSprite> spriteGetter, IModelTransform modelTransform, ResourceLocation modelLocation)
IBakedModel
IModelGeometry. bake(IModelConfiguration owner, ModelBakery bakery, java.util.function.Function<RenderMaterial,TextureAtlasSprite> spriteGetter, IModelTransform modelTransform, ItemOverrideList overrides, ResourceLocation modelLocation)
default IBakedModel
ISimpleModelGeometry. bake(IModelConfiguration owner, ModelBakery bakery, java.util.function.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 TextureAtlasSprite Modifier and Type Method Description private org.apache.commons.lang3.tuple.Pair<BakedQuad,Direction>
OBJModel. makeQuad(int[][] indices, int tintIndex, Vector4f colorTint, Vector4f ambientColor, TextureAtlasSprite texture, TransformationMatrix transform)
private void
OBJModel. 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 TextureAtlasSprite Modifier and Type Method Description void
OBJModel.ModelGroup. addQuads(IModelConfiguration owner, IModelBuilder<?> modelBuilder, ModelBakery bakery, java.util.function.Function<RenderMaterial,TextureAtlasSprite> spriteGetter, IModelTransform modelTransform, ResourceLocation modelLocation)
void
OBJModel.ModelObject. addQuads(IModelConfiguration owner, IModelBuilder<?> modelBuilder, ModelBakery bakery, java.util.function.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 TextureAtlasSprite Modifier and Type Field Description private TextureAtlasSprite
BakedQuadBuilder. texture
Methods in net.minecraftforge.client.model.pipeline with parameters of type TextureAtlasSprite Modifier and Type Method Description void
BakedQuadBuilder. setTexture(TextureAtlasSprite texture)
void
IVertexConsumer. setTexture(TextureAtlasSprite texture)
void
VertexBufferConsumer. setTexture(TextureAtlasSprite texture)
void
VertexLighterFlat. setTexture(TextureAtlasSprite texture)
void
VertexTransformer. setTexture(TextureAtlasSprite texture)
Constructors in net.minecraftforge.client.model.pipeline with parameters of type TextureAtlasSprite Constructor Description BakedQuadBuilder(TextureAtlasSprite texture)
-
Uses of TextureAtlasSprite in net.minecraftforge.client.textures
Methods in net.minecraftforge.client.textures that return TextureAtlasSprite Modifier and Type Method Description TextureAtlasSprite
ITextureAtlasSpriteLoader. 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 TextureAtlasSprite Modifier and Type Method Description IBakedModel
FullPotsAccessorDemo.ClientHandler.DioritePotModelGeometry. bake(IModelConfiguration owner, ModelBakery bakery, java.util.function.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 TextureAtlasSprite Modifier and Type Method Description TextureAtlasSprite
CustomTASTest.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 TextureAtlasSprite Modifier and Type Method Description TextureAtlasSprite
TRSRTransformerTest.MyBakedModel. getParticleIcon()
Method parameters in net.minecraftforge.debug.client.model with type arguments of type TextureAtlasSprite Modifier and Type Method Description void
NewModelLoaderTest.TestModel. addQuads(IModelConfiguration owner, IModelBuilder<?> modelBuilder, ModelBakery bakery, java.util.function.Function<RenderMaterial,TextureAtlasSprite> spriteGetter, IModelTransform modelTransform, ResourceLocation modelLocation)
-