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 block) BlockModelGenerators.PlantType.getTextureMapping(Block block) Methods in net.minecraft.client.data.models with parameters of type TextureMappingModifier and TypeMethodDescriptionBlockModelGenerators.BlockStateGeneratorSupplier.create(Block block, Variant variant, TextureMapping textureMapping, BiConsumer<ResourceLocation, ModelInstance> output) voidBlockModelGenerators.createCrossBlock(Block block, BlockModelGenerators.PlantType plantType, TextureMapping textureMapping) voidBlockModelGenerators.createCrossBlockWithDefaultItem(Block block, BlockModelGenerators.PlantType plantType, TextureMapping textureMapping) BlockModelGenerators.createMirroredColumnGenerator(Block block, Variant variant, TextureMapping textureMapping, BiConsumer<ResourceLocation, ModelInstance> modelOutput) BlockModelGenerators.createMirroredCubeGenerator(Block block, Variant variant, TextureMapping textureMapping, BiConsumer<ResourceLocation, ModelInstance> modelOutput) BlockModelGenerators.createNorthWestMirroredCubeGenerator(Block block, Variant variant, TextureMapping textureMapping, BiConsumer<ResourceLocation, ModelInstance> modelOutput) BlockModelGenerators.createPillarBlockUVLocked(Block block, TextureMapping textureMapping, BiConsumer<ResourceLocation, ModelInstance> modelOutput) voidBlockModelGenerators.createPistonVariant(Block block, MultiVariant variants, TextureMapping topTextureMapping) voidBlockModelGenerators.createPumpkinVariant(Block pumpkinBlock, TextureMapping columnTextureMapping) BlockModelGenerators.createTurtleEggModel(int eggs, String variantName, TextureMapping textureMapping) Method parameters in net.minecraft.client.data.models with type arguments of type TextureMappingModifier and TypeMethodDescriptionvoidBlockModelGenerators.createBeeNest(Block beeNestBlock, Function<Block, TextureMapping> textureMappingGetter) voidBlockModelGenerators.createCraftingTableLike(Block craftingTableBlock, Block craftingTableMaterialBlock, BiFunction<Block, Block, TextureMapping> textureMappingGetter) BlockModelGenerators.createSuffixedVariant(Block block, String suffix, ModelTemplate modelTemplate, Function<ResourceLocation, TextureMapping> textureMappingGetter) Constructors in net.minecraft.client.data.models with parameters of type TextureMappingModifierConstructorDescriptionBlockFamilyProvider(TextureMapping mapping) WoodProvider(TextureMapping logMapping) -
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 stemBlock, Block upperStemBlock) static TextureMappingstatic TextureMappingTextureMapping.candleCake(Block block, boolean lit) static TextureMappingTextureMapping.cauldron(ResourceLocation texture) static TextureMappingTextureMapping.column(ResourceLocation side, ResourceLocation end) static TextureMappingstatic TextureMappingTextureMapping.columnWithWall(Block block) static TextureMappingTextureMapping.commandBlock(Block block) TextureMapping.copy()TextureMapping.copyAndUpdate(TextureSlot slot, ResourceLocation texture) TextureMapping.copyForced(TextureSlot source, TextureSlot destination) TextureMapping.copySlot(TextureSlot source, TextureSlot destination) static TextureMappingTextureMapping.craftingTable(Block block, Block bottom) static TextureMappingTextureMapping.crop(ResourceLocation block) static TextureMappingTextureMapping.cross(ResourceLocation texture) static TextureMappingstatic TextureMappingTextureMapping.crossEmissive(Block block) static TextureMappingTextureMapping.cube(ResourceLocation texture) static TextureMappingstatic TextureMappingTextureMapping.cubeBottomTop(Block block) static TextureMappingTextureMapping.cubeBottomTopWithWall(Block block) static TextureMappingstatic TextureMappingTextureMapping.customParticle(Block block) static TextureMappingTextureMapping.defaultTexture(ResourceLocation texture) static TextureMappingTextureMapping.defaultTexture(Block block) static TextureMappingTextureMapping.door(ResourceLocation top, ResourceLocation bottom) static TextureMappingstatic TextureMappingstatic TextureMappingstatic TextureMappingstatic TextureMappingstatic TextureMappingTextureMapping.fletchingTable(Block block, Block bottom) static TextureMappingTexturedModel.getMapping()static TextureMappingstatic TextureMappingTextureMapping.layer0(ResourceLocation texture) static TextureMappingstatic TextureMappingstatic TextureMappingTextureMapping.layered(ResourceLocation layer0, ResourceLocation layer1) static TextureMappingTextureMapping.layered(ResourceLocation layer0, ResourceLocation layer1, ResourceLocation layer2) static TextureMappingstatic TextureMappingTextureMapping.orientableCube(Block block) static TextureMappingTextureMapping.orientableCubeOnlyTop(Block block) static TextureMappingTextureMapping.orientableCubeSameEnds(Block block) static TextureMappingstatic TextureMappingTextureMapping.particle(ResourceLocation texture) static TextureMappingstatic TextureMappingTextureMapping.particleFromItem(Item item) static TextureMappingstatic TextureMappingTextureMapping.plant(ResourceLocation texture) static TextureMappingstatic TextureMappingTextureMapping.plantEmissive(Block block) static TextureMappingTextureMapping.pottedAzalea(Block block) TextureMapping.put(TextureSlot slot, ResourceLocation texture) TextureMapping.putForced(TextureSlot slot, ResourceLocation texture) static TextureMappingTextureMapping.rail(ResourceLocation texture) static TextureMappingstatic TextureMappingTextureMapping.sculkShrieker(boolean canSummon) static TextureMappingstatic TextureMappingTextureMapping.singleSlot(TextureSlot slot, ResourceLocation texture) static TextureMappingTextureMapping.snifferEgg(String name) static TextureMappingstatic TextureMappingstatic TextureMappingTextureMapping.torch(ResourceLocation texture) static TextureMappingstatic TextureMappingTextureMapping.trialSpawner(Block block, String sideSuffix, String topSuffix) static TextureMappingTextureMapping.vault(Block block, String frontSuffix, String sideSuffix, String topSuffix, String bottomSuffix) static TextureMappingTextureMapping.wool(ResourceLocation texture) static TextureMappingMethods in net.minecraft.client.data.models.model with parameters of type TextureMappingModifier and TypeMethodDescriptionModelTemplate.create(ResourceLocation modelLocation, TextureMapping textureMapping, BiConsumer<ResourceLocation, ModelInstance> output) ModelTemplate.create(Item item, TextureMapping textureMapping, BiConsumer<ResourceLocation, ModelInstance> output) ModelTemplate.create(Block block, TextureMapping textureMapping, BiConsumer<ResourceLocation, ModelInstance> output) private Map<TextureSlot, ResourceLocation> ModelTemplate.createMap(TextureMapping textureMapping) ModelTemplate.createWithOverride(Block block, String suffix, TextureMapping textureMapping, BiConsumer<ResourceLocation, ModelInstance> output) ModelTemplate.createWithSuffix(Block block, String suffix, TextureMapping textureMapping, BiConsumer<ResourceLocation, ModelInstance> output) Method parameters in net.minecraft.client.data.models.model with type arguments of type TextureMappingModifier and TypeMethodDescriptionstatic TexturedModel.ProviderTexturedModel.createDefault(Function<Block, TextureMapping> textureMappingGetter, ModelTemplate template) default TexturedModel.ProviderTexturedModel.Provider.updateTexture(Consumer<TextureMapping> updater) TexturedModel.updateTextures(Consumer<TextureMapping> updater) 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)