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 standAlone) BlockModelGenerators.PlantType.getTextureMapping(Block block) Methods in net.minecraft.client.data.models with parameters of type TextureMappingModifier and TypeMethodDescriptionvoidBlockModelGenerators.addShelfPart(Block block, TextureMapping mapping, MultiPartGenerator generator, ModelTemplate template, @Nullable Boolean isPowered, @Nullable SideChainPart sideChainPart) BlockModelGenerators.BlockStateGeneratorSupplier.create(Block block, Variant normal, TextureMapping mapping, BiConsumer<Identifier, ModelInstance> modelOutput) voidBlockModelGenerators.createCrossBlock(Block block, BlockModelGenerators.PlantType plantType, TextureMapping textures) voidBlockModelGenerators.createCrossBlockWithDefaultItem(Block block, BlockModelGenerators.PlantType plantType, TextureMapping textures) BlockModelGenerators.createMirroredColumnGenerator(Block block, Variant normal, TextureMapping mapping, BiConsumer<Identifier, ModelInstance> modelOutput) BlockModelGenerators.createMirroredCubeGenerator(Block block, Variant normal, TextureMapping mapping, BiConsumer<Identifier, ModelInstance> modelOutput) BlockModelGenerators.createNorthWestMirroredCubeGenerator(Block block, Variant normal, TextureMapping mapping, BiConsumer<Identifier, ModelInstance> modelOutput) BlockModelGenerators.createPillarBlockUVLocked(Block block, TextureMapping mapping, BiConsumer<Identifier, ModelInstance> modelOutput) voidBlockModelGenerators.createPistonVariant(Block block, MultiVariant extended, TextureMapping textures) voidBlockModelGenerators.createPumpkinVariant(Block block, TextureMapping textures) BlockModelGenerators.createTurtleEggModel(int count, String hatchProgress, TextureMapping texture) Method parameters in net.minecraft.client.data.models with type arguments of type TextureMappingModifier and TypeMethodDescriptionvoidBlockModelGenerators.createBeeNest(Block block, Function<Block, TextureMapping> mappingFunction) voidBlockModelGenerators.createCraftingTableLike(Block block, Block bottomBlock, BiFunction<Block, Block, TextureMapping> mappingProvider) BlockModelGenerators.createSuffixedVariant(Block block, String suffix, ModelTemplate template, Function<Material, TextureMapping> textureMapping) 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 stem, Block upperStem) static TextureMappingstatic TextureMappingstatic TextureMappingTextureMapping.candleCake(Block block, boolean lit) static TextureMappingstatic TextureMappingstatic TextureMappingstatic TextureMappingTextureMapping.columnWithWall(Block block) static TextureMappingTextureMapping.commandBlock(Block block) TextureMapping.copy()TextureMapping.copyAndUpdate(TextureSlot slot, Material material) TextureMapping.copyForced(TextureSlot from, TextureSlot to) TextureMapping.copySlot(TextureSlot from, TextureSlot to) static TextureMappingTextureMapping.craftingTable(Block table, Block bottomWood) static TextureMappingstatic TextureMappingstatic TextureMappingstatic TextureMappingTextureMapping.crossEmissive(Block block) static TextureMappingstatic TextureMappingstatic TextureMappingTextureMapping.cubeBottomTop(Block block) static TextureMappingTextureMapping.cubeBottomTopWithWall(Block block) static TextureMappingstatic TextureMappingTextureMapping.customParticle(Block block) static TextureMappingTextureMapping.defaultTexture(Material texture) static TextureMappingTextureMapping.defaultTexture(Block block) static TextureMappingstatic TextureMappingstatic TextureMappingTextureMapping.driedGhast(String suffix) static TextureMappingstatic TextureMappingstatic TextureMappingstatic TextureMappingstatic TextureMappingTextureMapping.fletchingTable(Block table, Block bottomWood) static TextureMappingTextureMapping.forceAllTranslucent()TexturedModel.getMapping()static TextureMappingstatic TextureMappingstatic TextureMappingstatic TextureMappingstatic TextureMappingstatic TextureMappingstatic TextureMappingstatic TextureMappingTextureMapping.orientableCube(Block block) static TextureMappingTextureMapping.orientableCubeOnlyTop(Block block) static TextureMappingTextureMapping.orientableCubeSameEnds(Block block) static TextureMappingstatic TextureMappingstatic TextureMappingstatic TextureMappingTextureMapping.particleFromItem(Item item) static TextureMappingstatic TextureMappingstatic TextureMappingstatic TextureMappingTextureMapping.plantEmissive(Block block) static TextureMappingTextureMapping.pottedAzalea(Block block) TextureMapping.put(TextureSlot slot, Material material) TextureMapping.putForced(TextureSlot slot, Material material) static TextureMappingstatic TextureMappingstatic TextureMappingTextureMapping.sculkShrieker(boolean canSummon) static TextureMappingstatic TextureMappingTextureMapping.singleSlot(TextureSlot slot, Material id) static TextureMappingTextureMapping.snifferEgg(String suffix) static TextureMappingstatic TextureMappingstatic TextureMappingstatic TextureMappingstatic TextureMappingTextureMapping.trialSpawner(Block block, String sideSuffix, String topSuffix) TextureMapping.updateSlots(BiFunction<TextureSlot, Material, Material> mapper) static TextureMappingTextureMapping.vault(Block block, String frontSuffix, String sideSuffix, String topSuffix, String bottomSuffix) static TextureMappingstatic TextureMappingMethods in net.minecraft.client.data.models.model with parameters of type TextureMappingModifier and TypeMethodDescriptionModelTemplate.create(Identifier target, TextureMapping textures, BiConsumer<Identifier, ModelInstance> output) ModelTemplate.create(Item item, TextureMapping textures, BiConsumer<Identifier, ModelInstance> output) ModelTemplate.create(Block block, TextureMapping textures, BiConsumer<Identifier, ModelInstance> output) private Map<TextureSlot, Material> ModelTemplate.createMap(TextureMapping mapping) ModelTemplate.createWithOverride(Block block, String suffixOverride, TextureMapping textures, BiConsumer<Identifier, ModelInstance> output) ModelTemplate.createWithSuffix(Block block, String extraSuffix, TextureMapping textures, BiConsumer<Identifier, 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> mapping, ModelTemplate template) default TexturedModel.ProviderTexturedModel.Provider.updateTexture(Consumer<TextureMapping> mutator) TexturedModel.updateTextures(Consumer<TextureMapping> mutator) 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)