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 TypeMethodDescriptionvoidBlockModelGenerators.addShelfPart(Block block, TextureMapping textureMapping, MultiPartGenerator generator, ModelTemplate template, @Nullable Boolean powered, @Nullable SideChainPart sideChainPart) BlockModelGenerators.BlockStateGeneratorSupplier.create(Block block, Variant variant, TextureMapping textureMapping, BiConsumer<Identifier, 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<Identifier, ModelInstance> modelOutput) BlockModelGenerators.createMirroredCubeGenerator(Block block, Variant variant, TextureMapping textureMapping, BiConsumer<Identifier, ModelInstance> modelOutput) BlockModelGenerators.createNorthWestMirroredCubeGenerator(Block block, Variant variant, TextureMapping textureMapping, BiConsumer<Identifier, ModelInstance> modelOutput) BlockModelGenerators.createPillarBlockUVLocked(Block block, TextureMapping textureMapping, BiConsumer<Identifier, 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<Identifier, 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 TextureMappingstatic TextureMappingTextureMapping.candleCake(Block block, boolean lit) static TextureMappingTextureMapping.cauldron(Identifier texture) static TextureMappingTextureMapping.column(Identifier side, Identifier end) static TextureMappingstatic TextureMappingTextureMapping.columnWithWall(Block block) static TextureMappingTextureMapping.commandBlock(Block block) TextureMapping.copy()TextureMapping.copyAndUpdate(TextureSlot slot, Identifier texture) TextureMapping.copyForced(TextureSlot source, TextureSlot destination) TextureMapping.copySlot(TextureSlot source, TextureSlot destination) static TextureMappingTextureMapping.craftingTable(Block block, Block bottom) static TextureMappingTextureMapping.crop(Identifier block) static TextureMappingTextureMapping.cross(Identifier texture) static TextureMappingstatic TextureMappingTextureMapping.crossEmissive(Block block) static TextureMappingTextureMapping.cube(Identifier texture) static TextureMappingstatic TextureMappingTextureMapping.cubeBottomTop(Block block) static TextureMappingTextureMapping.cubeBottomTopWithWall(Block block) static TextureMappingstatic TextureMappingTextureMapping.customParticle(Block block) static TextureMappingTextureMapping.defaultTexture(Identifier texture) static TextureMappingTextureMapping.defaultTexture(Block block) static TextureMappingTextureMapping.door(Identifier top, Identifier bottom) static TextureMappingstatic TextureMappingTextureMapping.driedGhast(String name) static TextureMappingstatic TextureMappingstatic TextureMappingstatic TextureMappingstatic TextureMappingTextureMapping.fletchingTable(Block block, Block bottom) static TextureMappingTexturedModel.getMapping()static TextureMappingstatic TextureMappingTextureMapping.layer0(Identifier texture) static TextureMappingstatic TextureMappingstatic TextureMappingTextureMapping.layered(Identifier layer0, Identifier layer1) static TextureMappingTextureMapping.layered(Identifier layer0, Identifier layer1, Identifier layer2) static TextureMappingstatic TextureMappingTextureMapping.orientableCube(Block block) static TextureMappingTextureMapping.orientableCubeOnlyTop(Block block) static TextureMappingTextureMapping.orientableCubeSameEnds(Block block) static TextureMappingstatic TextureMappingTextureMapping.particle(Identifier texture) static TextureMappingstatic TextureMappingTextureMapping.particleFromItem(Item item) static TextureMappingstatic TextureMappingTextureMapping.plant(Identifier texture) static TextureMappingstatic TextureMappingTextureMapping.plantEmissive(Block block) static TextureMappingTextureMapping.pottedAzalea(Block block) TextureMapping.put(TextureSlot slot, Identifier texture) TextureMapping.putForced(TextureSlot slot, Identifier texture) static TextureMappingTextureMapping.rail(Identifier texture) static TextureMappingstatic TextureMappingTextureMapping.sculkShrieker(boolean canSummon) static TextureMappingstatic TextureMappingTextureMapping.singleSlot(TextureSlot slot, Identifier texture) static TextureMappingTextureMapping.snifferEgg(String name) static TextureMappingstatic TextureMappingstatic TextureMappingTextureMapping.torch(Identifier 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(Identifier texture) static TextureMappingMethods in net.minecraft.client.data.models.model with parameters of type TextureMappingModifier and TypeMethodDescriptionModelTemplate.create(Identifier modelLocation, TextureMapping textureMapping, BiConsumer<Identifier, ModelInstance> output) ModelTemplate.create(Item item, TextureMapping textureMapping, BiConsumer<Identifier, ModelInstance> output) ModelTemplate.create(Block block, TextureMapping textureMapping, BiConsumer<Identifier, ModelInstance> output) private Map<TextureSlot, Identifier> ModelTemplate.createMap(TextureMapping textureMapping) ModelTemplate.createWithOverride(Block block, String suffix, TextureMapping textureMapping, BiConsumer<Identifier, ModelInstance> output) ModelTemplate.createWithSuffix(Block block, String suffix, TextureMapping textureMapping, 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> 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)