Uses of Class
net.minecraft.client.data.models.model.TextureMapping
Packages that use TextureMapping
Package
Description
-
Uses of TextureMapping in net.minecraft.client.data.models
Fields in net.minecraft.client.data.models declared as TextureMappingModifier and TypeFieldDescriptionprivate final TextureMapping
BlockModelGenerators.WoodProvider.logMapping
private final TextureMapping
BlockModelGenerators.BlockFamilyProvider.mapping
Methods in net.minecraft.client.data.models that return TextureMappingModifier and TypeMethodDescriptionBlockModelGenerators.PlantType.getPlantTextureMapping
(Block pBlock) BlockModelGenerators.PlantType.getTextureMapping
(Block pBlock) Methods in net.minecraft.client.data.models with parameters of type TextureMappingModifier and TypeMethodDescriptionBlockModelGenerators.BlockStateGeneratorSupplier.create
(Block pBlock, Variant pVariant, TextureMapping pTextureMapping, BiConsumer<ResourceLocation, ModelInstance> pOutput) void
BlockModelGenerators.createCrossBlock
(Block pBlock, BlockModelGenerators.PlantType pPlantType, TextureMapping pTextureMapping) void
BlockModelGenerators.createCrossBlockWithDefaultItem
(Block pBlock, BlockModelGenerators.PlantType pPlantType, TextureMapping pTextureMapping) BlockModelGenerators.createMirroredColumnGenerator
(Block p_388746_, Variant p_404763_, TextureMapping p_388473_, BiConsumer<ResourceLocation, ModelInstance> p_388658_) BlockModelGenerators.createMirroredCubeGenerator
(Block p_386814_, Variant p_405366_, TextureMapping p_388177_, BiConsumer<ResourceLocation, ModelInstance> p_387825_) BlockModelGenerators.createNorthWestMirroredCubeGenerator
(Block p_387597_, Variant p_405212_, TextureMapping p_387083_, BiConsumer<ResourceLocation, ModelInstance> p_388766_) BlockModelGenerators.createPillarBlockUVLocked
(Block pBlock, TextureMapping pTextureMapping, BiConsumer<ResourceLocation, ModelInstance> pModelOutput) void
BlockModelGenerators.createPistonVariant
(Block pBlock, MultiVariant pVariants, TextureMapping pTopTextureMapping) void
BlockModelGenerators.createPumpkinVariant
(Block pPumpkinBlock, TextureMapping pColumnTextureMapping) BlockModelGenerators.createTurtleEggModel
(int pEggs, String pVariantName, TextureMapping pTextureMapping) Method parameters in net.minecraft.client.data.models with type arguments of type TextureMappingModifier and TypeMethodDescriptionvoid
BlockModelGenerators.createBeeNest
(Block pBeeNestBlock, Function<Block, TextureMapping> pTextureMappingGetter) void
BlockModelGenerators.createCraftingTableLike
(Block pCraftingTableBlock, Block pCraftingTableMaterialBlock, BiFunction<Block, Block, TextureMapping> pTextureMappingGetter) BlockModelGenerators.createSuffixedVariant
(Block pBlock, String pSuffix, ModelTemplate pModelTemplate, Function<ResourceLocation, TextureMapping> pTextureMappingGetter) Constructors in net.minecraft.client.data.models with parameters of type TextureMappingModifierConstructorDescriptionBlockFamilyProvider
(TextureMapping pMapping) WoodProvider
(TextureMapping pLogMapping) -
Uses of TextureMapping in net.minecraft.client.data.models.model
Fields in net.minecraft.client.data.models.model declared as TextureMappingMethods in net.minecraft.client.data.models.model that return TextureMappingModifier and TypeMethodDescriptionstatic TextureMapping
TextureMapping.attachedStem
(Block pStemBlock, Block pUpperStemBlock) static TextureMapping
static TextureMapping
TextureMapping.candleCake
(Block pBlock, boolean pLit) static TextureMapping
TextureMapping.cauldron
(ResourceLocation pTexture) static TextureMapping
TextureMapping.column
(ResourceLocation pSide, ResourceLocation pEnd) static TextureMapping
static TextureMapping
TextureMapping.columnWithWall
(Block pBlock) static TextureMapping
TextureMapping.commandBlock
(Block pBlock) TextureMapping.copy()
TextureMapping.copyAndUpdate
(TextureSlot pSlot, ResourceLocation pTexture) TextureMapping.copyForced
(TextureSlot pSource, TextureSlot pDestination) TextureMapping.copySlot
(TextureSlot pSource, TextureSlot pDestination) static TextureMapping
TextureMapping.craftingTable
(Block pBlock, Block pBottom) static TextureMapping
TextureMapping.crop
(ResourceLocation pBlock) static TextureMapping
TextureMapping.cross
(ResourceLocation pTexture) static TextureMapping
static TextureMapping
TextureMapping.crossEmissive
(Block pBlock) static TextureMapping
TextureMapping.cube
(ResourceLocation pTexture) static TextureMapping
static TextureMapping
TextureMapping.cubeBottomTop
(Block pBlock) static TextureMapping
TextureMapping.cubeBottomTopWithWall
(Block pBlock) static TextureMapping
static TextureMapping
TextureMapping.customParticle
(Block pBlock) static TextureMapping
TextureMapping.defaultTexture
(ResourceLocation pTexture) static TextureMapping
TextureMapping.defaultTexture
(Block pBlock) static TextureMapping
TextureMapping.door
(ResourceLocation pTop, ResourceLocation pBottom) static TextureMapping
static TextureMapping
TextureMapping.driedGhast
(String pName) static TextureMapping
static TextureMapping
static TextureMapping
static TextureMapping
static TextureMapping
TextureMapping.fletchingTable
(Block pBlock, Block pBottom) static TextureMapping
TexturedModel.getMapping()
static TextureMapping
static TextureMapping
TextureMapping.layer0
(ResourceLocation pTexture) static TextureMapping
static TextureMapping
static TextureMapping
TextureMapping.layered
(ResourceLocation pLayer0, ResourceLocation pLayer1) static TextureMapping
TextureMapping.layered
(ResourceLocation pLayer0, ResourceLocation pLayer1, ResourceLocation pLayer2) static TextureMapping
static TextureMapping
TextureMapping.orientableCube
(Block pBlock) static TextureMapping
TextureMapping.orientableCubeOnlyTop
(Block pBlock) static TextureMapping
TextureMapping.orientableCubeSameEnds
(Block pBlock) static TextureMapping
static TextureMapping
TextureMapping.particle
(ResourceLocation pTexture) static TextureMapping
static TextureMapping
TextureMapping.particleFromItem
(Item pItem) static TextureMapping
static TextureMapping
TextureMapping.plant
(ResourceLocation pTexture) static TextureMapping
static TextureMapping
TextureMapping.plantEmissive
(Block pBlock) static TextureMapping
TextureMapping.pottedAzalea
(Block pBlock) TextureMapping.put
(TextureSlot pSlot, ResourceLocation pTexture) TextureMapping.putForced
(TextureSlot pSlot, ResourceLocation pTexture) static TextureMapping
TextureMapping.rail
(ResourceLocation pTexture) static TextureMapping
static TextureMapping
TextureMapping.sculkShrieker
(boolean pCanSummon) static TextureMapping
static TextureMapping
TextureMapping.singleSlot
(TextureSlot pSlot, ResourceLocation pTexture) static TextureMapping
TextureMapping.snifferEgg
(String pName) static TextureMapping
static TextureMapping
static TextureMapping
TextureMapping.torch
(ResourceLocation pTexture) static TextureMapping
static TextureMapping
TextureMapping.trialSpawner
(Block pBlock, String pSideSuffix, String pTopSuffix) static TextureMapping
TextureMapping.vault
(Block pBlock, String pFrontSuffix, String pSideSuffix, String pTopSuffix, String pBottomSuffix) static TextureMapping
TextureMapping.wool
(ResourceLocation pTexture) static TextureMapping
Methods in net.minecraft.client.data.models.model with parameters of type TextureMappingModifier and TypeMethodDescriptionModelTemplate.create
(ResourceLocation pModelLocation, TextureMapping pTextureMapping, BiConsumer<ResourceLocation, ModelInstance> pOutput) ModelTemplate.create
(Item pItem, TextureMapping pTextureMapping, BiConsumer<ResourceLocation, ModelInstance> pOutput) ModelTemplate.create
(Block pBlock, TextureMapping pTextureMapping, BiConsumer<ResourceLocation, ModelInstance> pOutput) private Map
<TextureSlot, ResourceLocation> ModelTemplate.createMap
(TextureMapping pTextureMapping) ModelTemplate.createWithOverride
(Block pBlock, String pSuffix, TextureMapping pTextureMapping, BiConsumer<ResourceLocation, ModelInstance> pOutput) ModelTemplate.createWithSuffix
(Block pBlock, String pSuffix, TextureMapping pTextureMapping, BiConsumer<ResourceLocation, ModelInstance> pOutput) Method parameters in net.minecraft.client.data.models.model with type arguments of type TextureMappingModifier and TypeMethodDescriptionstatic TexturedModel.Provider
TexturedModel.createDefault
(Function<Block, TextureMapping> pTextureMappingGetter, ModelTemplate pTemplate) default TexturedModel.Provider
TexturedModel.Provider.updateTexture
(Consumer<TextureMapping> pUpdater) TexturedModel.updateTextures
(Consumer<TextureMapping> pUpdater) Constructors in net.minecraft.client.data.models.model with parameters of type TextureMapping -
Uses of TextureMapping in net.neoforged.neoforge.client.model.generators.loaders
Fields in net.neoforged.neoforge.client.model.generators.loaders declared as TextureMappingModifier and TypeFieldDescriptionprivate final TextureMapping
CompositeModelBuilder.InlineChild.textures
The field for thetextures
record component.Methods in net.neoforged.neoforge.client.model.generators.loaders that return TextureMappingModifier and TypeMethodDescriptionCompositeModelBuilder.InlineChild.textures()
Returns the value of thetextures
record component.Methods in net.neoforged.neoforge.client.model.generators.loaders with parameters of type TextureMappingModifier and TypeMethodDescriptionCompositeModelBuilder.inlineChild
(String name, ModelTemplate template, TextureMapping textures) Add an inline child model.Constructors in net.neoforged.neoforge.client.model.generators.loaders with parameters of type TextureMappingModifierConstructorDescriptionprivate
InlineChild
(ModelTemplate template, TextureMapping textures) Creates an instance of aInlineChild
record class. -
Uses of TextureMapping in net.neoforged.neoforge.client.model.generators.template
Methods in net.neoforged.neoforge.client.model.generators.template with parameters of type TextureMappingModifier and TypeMethodDescriptionprotected static void
CustomLoaderBuilder.serializeNestedTemplate
(ModelTemplate template, TextureMapping textures, Consumer<com.google.gson.JsonElement> consumer)