Uses of Class
net.minecraft.client.renderer.texture.TextureAtlasSprite
Package
Description
-
Uses of TextureAtlasSprite in net.minecraft.client
-
Uses of TextureAtlasSprite in net.minecraft.client.gui
Modifier and TypeMethodDescriptionstatic 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
Modifier and TypeFieldDescriptionprivate final TextureAtlasSprite
BeaconScreen.PowerButton.sprite
-
Uses of TextureAtlasSprite in net.minecraft.client.particle
Modifier and TypeFieldDescriptionprivate List<TextureAtlasSprite>
ParticleManager.AnimatedSpriteImpl.sprites
Modifier and TypeMethodDescriptionIAnimatedSprite.get
(int p_217591_1_, int p_217591_2_) ParticleManager.AnimatedSpriteImpl.get
(int p_217591_1_, int p_217591_2_) Modifier and TypeMethodDescriptionprotected void
SpriteTexturedParticle.setSprite
(TextureAtlasSprite p_217567_1_) Modifier and TypeMethodDescriptionvoid
ParticleManager.AnimatedSpriteImpl.rebind
(List<TextureAtlasSprite> p_217592_1_) -
Uses of TextureAtlasSprite in net.minecraft.client.renderer
Modifier and TypeFieldDescriptionprivate final TextureAtlasSprite[]
FluidBlockRenderer.lavaIcons
private final TextureAtlasSprite
SpriteAwareVertexBuilder.sprite
private final TextureAtlasSprite[]
FluidBlockRenderer.waterIcons
private TextureAtlasSprite
FluidBlockRenderer.waterOverlay
Modifier 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) Modifier and TypeMethodDescriptionprivate static void
OverlayRenderer.renderTex
(Minecraft p_228735_0_, TextureAtlasSprite p_228735_1_, MatrixStack p_228735_2_) ModifierConstructorDescriptionSpriteAwareVertexBuilder
(IVertexBuilder p_i225999_1_, TextureAtlasSprite p_i225999_2_) -
Uses of TextureAtlasSprite in net.minecraft.client.renderer.entity
Modifier and TypeMethodDescriptionprivate 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
Modifier and TypeFieldDescriptionprotected final TextureAtlasSprite
MultipartBakedModel.particleIcon
private TextureAtlasSprite
SimpleBakedModel.Builder.particleIcon
protected final TextureAtlasSprite
SimpleBakedModel.particleIcon
private final TextureAtlasSprite
BuiltInModel.particleTexture
protected final TextureAtlasSprite
BakedQuad.sprite
Modifier 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()
Modifier and TypeMethodDescriptionprivate 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_) 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_, 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 void
FaceBakery.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 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.particle
(TextureAtlasSprite p_177646_1_) ItemModelGenerator.processFrames
(int p_178394_1_, String p_178394_2_, TextureAtlasSprite p_178394_3_) Modifier 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) ModifierConstructorDescriptionBakedQuad
(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
Modifier 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
Modifier and TypeFieldDescriptionprivate final List<TextureAtlasSprite>
AtlasTexture.animatedTextures
(package private) final List<TextureAtlasSprite>
AtlasTexture.SheetData.regions
private final Map<ResourceLocation,
TextureAtlasSprite> AtlasTexture.texturesByName
Modifier and TypeMethodDescriptionPaintingSpriteUploader.get
(PaintingType p_215285_1_) PaintingSpriteUploader.getBackSprite()
AtlasTexture.getSprite
(ResourceLocation p_195424_1_) 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_) Modifier and TypeMethodDescriptionprivate List<TextureAtlasSprite>
AtlasTexture.getLoadedSprites
(IResourceManager p_229217_1_, Stitcher p_229217_2_, int p_229217_3_) ModifierConstructorDescriptionSheetData
(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
Modifier and TypeMethodDescriptionstatic 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
Modifier and TypeMethodDescriptiondefault TextureAtlasSprite
IForgeBakedModel.getParticleTexture
(IModelData data) Modifier and TypeMethodDescriptiondefault boolean
IForgeTextureAtlasSprite.load
(IResourceManager manager, ResourceLocation location, Function<ResourceLocation, TextureAtlasSprite> textureGetter) Deprecated. -
Uses of TextureAtlasSprite in net.minecraftforge.client.model
Modifier and TypeFieldDescriptionprotected final TextureAtlasSprite
FluidModel.BakedFluid.flowing
private static TextureAtlasSprite
ModelLoader.White.instance
protected final TextureAtlasSprite
BakedItemModel.particle
private final TextureAtlasSprite
CompositeModel.particle
private TextureAtlasSprite
ItemMultiLayerBakedModel.Builder.particle
private final TextureAtlasSprite
ItemMultiLayerBakedModel.particle
protected final TextureAtlasSprite
MultiLayerModel.MultiLayerBakedModel.particle
private final TextureAtlasSprite
SeparatePerspectiveModel.BakedModel.particle
protected final TextureAtlasSprite
FluidModel.BakedFluid.still
Modifier and TypeFieldDescriptionprotected final Optional<TextureAtlasSprite>
FluidModel.BakedFluid.overlay
Modifier 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 TextureAtlasSprite
ModelLoader.White.instance()
Modifier and TypeMethodDescriptionstatic Function<RenderMaterial,
TextureAtlasSprite> ModelLoader.defaultTextureGetter()
Get the default texture getter the models will be baked with.Modifier and TypeMethodDescriptionItemMultiLayerBakedModel.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) 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 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.setParticle
(TextureAtlasSprite particleSprite) Modifier and TypeMethodDescriptionvoid
CompositeModel.Submodel.addQuads
(IModelConfiguration owner, IModelBuilder<?> modelBuilder, ModelBakery bakery, Function<RenderMaterial, TextureAtlasSprite> spriteGetter, IModelTransform modelTransform, ResourceLocation modelLocation) void
ModelLoaderRegistry.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 IBakedModel
ModelLoaderRegistry.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) ModifierConstructorDescriptionBakedFluid
(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) private
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, 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) ModifierConstructorDescriptionBakedFluid
(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
Modifier and TypeFieldDescriptionprivate final Function<RenderMaterial,
TextureAtlasSprite> AnimationItemOverrideList.bakedTextureGetter
ModifierConstructorDescriptionAnimationItemOverrideList
(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
Modifier and TypeFieldDescriptionprivate final com.google.common.collect.ImmutableMap<String,
TextureAtlasSprite> B3DLoader.BakedWrapper.textures
Modifier and TypeMethodDescriptionprivate final void
B3DLoader.BakedWrapper.putVertexData
(IVertexConsumer consumer, B3DModel.Vertex v, Vector3f faceNormal, TextureAtlasSprite sprite) Modifier and TypeMethodDescriptionB3DLoader.ModelWrapper.bake
(ModelBakery bakery, Function<RenderMaterial, TextureAtlasSprite> spriteGetter, IModelTransform modelTransform, ResourceLocation modelLocation) ModifierConstructorDescriptionBakedWrapper
(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
Modifier and TypeMethodDescriptionvoid
IModelGeometryPart.addQuads
(IModelConfiguration owner, IModelBuilder<?> modelBuilder, ModelBakery bakery, Function<RenderMaterial, TextureAtlasSprite> spriteGetter, IModelTransform modelTransform, ResourceLocation modelLocation) default void
IMultipartModelGeometry.addQuads
(IModelConfiguration owner, IModelBuilder<?> modelBuilder, ModelBakery bakery, Function<RenderMaterial, TextureAtlasSprite> spriteGetter, IModelTransform modelTransform, ResourceLocation modelLocation) void
ISimpleModelGeometry.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 IBakedModel
ISimpleModelGeometry.bake
(IModelConfiguration owner, ModelBakery bakery, Function<RenderMaterial, TextureAtlasSprite> spriteGetter, IModelTransform modelTransform, ItemOverrideList overrides, ResourceLocation modelLocation) -
Uses of TextureAtlasSprite in net.minecraftforge.client.model.obj
Modifier and TypeMethodDescriptionOBJModel.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) Modifier and TypeMethodDescriptionvoid
OBJModel.ModelGroup.addQuads
(IModelConfiguration owner, IModelBuilder<?> modelBuilder, ModelBakery bakery, Function<RenderMaterial, TextureAtlasSprite> spriteGetter, IModelTransform modelTransform, ResourceLocation modelLocation) void
OBJModel.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
Modifier and TypeMethodDescriptionvoid
BakedQuadBuilder.setTexture
(TextureAtlasSprite texture) void
IVertexConsumer.setTexture
(TextureAtlasSprite texture) void
VertexBufferConsumer.setTexture
(TextureAtlasSprite texture) void
VertexLighterFlat.setTexture
(TextureAtlasSprite texture) void
VertexTransformer.setTexture
(TextureAtlasSprite texture) -
Uses of TextureAtlasSprite in net.minecraftforge.client.textures
Modifier 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
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionvoid
NewModelLoaderTest.TestModel.addQuads
(IModelConfiguration owner, IModelBuilder<?> modelBuilder, ModelBakery bakery, Function<RenderMaterial, TextureAtlasSprite> spriteGetter, IModelTransform modelTransform, ResourceLocation modelLocation)
IForgeBakedModel.getParticleTexture(net.minecraftforge.client.model.data.IModelData)