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 TextureMappingBlockModelGenerators.WoodProvider.logMappingprivate final TextureMappingBlockModelGenerators.BlockFamilyProvider.mappingMethods 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) voidBlockModelGenerators.createCrossBlock(Block pBlock, BlockModelGenerators.PlantType pPlantType, TextureMapping pTextureMapping) voidBlockModelGenerators.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) voidBlockModelGenerators.createPistonVariant(Block pBlock, MultiVariant pVariants, TextureMapping pTopTextureMapping) voidBlockModelGenerators.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 TypeMethodDescriptionvoidBlockModelGenerators.createBeeNest(Block pBeeNestBlock, Function<Block, TextureMapping> pTextureMappingGetter) voidBlockModelGenerators.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 TextureMappingTextureMapping.attachedStem(Block pStemBlock, Block pUpperStemBlock) static TextureMappingstatic TextureMappingTextureMapping.candleCake(Block pBlock, boolean pLit) static TextureMappingTextureMapping.cauldron(ResourceLocation pTexture) static TextureMappingTextureMapping.column(ResourceLocation pSide, ResourceLocation pEnd) static TextureMappingstatic TextureMappingTextureMapping.columnWithWall(Block pBlock) static TextureMappingTextureMapping.commandBlock(Block pBlock) TextureMapping.copy()TextureMapping.copyAndUpdate(TextureSlot pSlot, ResourceLocation pTexture) TextureMapping.copyForced(TextureSlot pSource, TextureSlot pDestination) TextureMapping.copySlot(TextureSlot pSource, TextureSlot pDestination) static TextureMappingTextureMapping.craftingTable(Block pBlock, Block pBottom) static TextureMappingTextureMapping.crop(ResourceLocation pBlock) static TextureMappingTextureMapping.cross(ResourceLocation pTexture) static TextureMappingstatic TextureMappingTextureMapping.crossEmissive(Block pBlock) static TextureMappingTextureMapping.cube(ResourceLocation pTexture) static TextureMappingstatic TextureMappingTextureMapping.cubeBottomTop(Block pBlock) static TextureMappingTextureMapping.cubeBottomTopWithWall(Block pBlock) static TextureMappingstatic TextureMappingTextureMapping.customParticle(Block pBlock) static TextureMappingTextureMapping.defaultTexture(ResourceLocation pTexture) static TextureMappingTextureMapping.defaultTexture(Block pBlock) static TextureMappingTextureMapping.door(ResourceLocation pTop, ResourceLocation pBottom) static TextureMappingstatic TextureMappingTextureMapping.driedGhast(String pName) static TextureMappingstatic TextureMappingstatic TextureMappingstatic TextureMappingstatic TextureMappingTextureMapping.fletchingTable(Block pBlock, Block pBottom) static TextureMappingTexturedModel.getMapping()static TextureMappingstatic TextureMappingTextureMapping.layer0(ResourceLocation pTexture) static TextureMappingstatic TextureMappingstatic TextureMappingTextureMapping.layered(ResourceLocation pLayer0, ResourceLocation pLayer1) static TextureMappingTextureMapping.layered(ResourceLocation pLayer0, ResourceLocation pLayer1, ResourceLocation pLayer2) static TextureMappingstatic TextureMappingTextureMapping.orientableCube(Block pBlock) static TextureMappingTextureMapping.orientableCubeOnlyTop(Block pBlock) static TextureMappingTextureMapping.orientableCubeSameEnds(Block pBlock) static TextureMappingstatic TextureMappingTextureMapping.particle(ResourceLocation pTexture) static TextureMappingstatic TextureMappingTextureMapping.particleFromItem(Item pItem) static TextureMappingstatic TextureMappingTextureMapping.plant(ResourceLocation pTexture) static TextureMappingstatic TextureMappingTextureMapping.plantEmissive(Block pBlock) static TextureMappingTextureMapping.pottedAzalea(Block pBlock) TextureMapping.put(TextureSlot pSlot, ResourceLocation pTexture) TextureMapping.putForced(TextureSlot pSlot, ResourceLocation pTexture) static TextureMappingTextureMapping.rail(ResourceLocation pTexture) static TextureMappingstatic TextureMappingTextureMapping.sculkShrieker(boolean pCanSummon) static TextureMappingstatic TextureMappingTextureMapping.singleSlot(TextureSlot pSlot, ResourceLocation pTexture) static TextureMappingTextureMapping.snifferEgg(String pName) static TextureMappingstatic TextureMappingstatic TextureMappingTextureMapping.torch(ResourceLocation pTexture) static TextureMappingstatic TextureMappingTextureMapping.trialSpawner(Block pBlock, String pSideSuffix, String pTopSuffix) static TextureMappingTextureMapping.vault(Block pBlock, String pFrontSuffix, String pSideSuffix, String pTopSuffix, String pBottomSuffix) static TextureMappingTextureMapping.wool(ResourceLocation pTexture) static TextureMappingMethods 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.ProviderTexturedModel.createDefault(Function<Block, TextureMapping> pTextureMappingGetter, ModelTemplate pTemplate) default TexturedModel.ProviderTexturedModel.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 TextureMappingCompositeModelBuilder.InlineChild.texturesThe field for thetexturesrecord component.Methods in net.neoforged.neoforge.client.model.generators.loaders that return TextureMappingModifier and TypeMethodDescriptionCompositeModelBuilder.InlineChild.textures()Returns the value of thetexturesrecord 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 TextureMappingModifierConstructorDescriptionprivateInlineChild(ModelTemplate template, TextureMapping textures) Creates an instance of aInlineChildrecord 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 voidCustomLoaderBuilder.serializeNestedTemplate(ModelTemplate template, TextureMapping textures, Consumer<JsonElement> consumer)