Uses of Class
net.minecraft.data.models.model.TextureMapping
Packages that use TextureMapping
-
Uses of TextureMapping in net.minecraft.data.models
Fields in net.minecraft.data.models declared as TextureMappingModifier and TypeFieldDescriptionprivate final TextureMappingBlockModelGenerators.WoodProvider.logMappingprivate final TextureMappingBlockModelGenerators.BlockFamilyProvider.mappingMethods in net.minecraft.data.models with parameters of type TextureMappingModifier and TypeMethodDescriptionBlockModelGenerators.BlockStateGeneratorSupplier.create(Block block, ResourceLocation modelLocation, TextureMapping textureMapping, BiConsumer<ResourceLocation, Supplier<com.google.gson.JsonElement>> modelOutput) private voidBlockModelGenerators.createCrossBlock(Block crossBlock, BlockModelGenerators.TintState tintState, TextureMapping textureMapping) private voidBlockModelGenerators.createCrossBlockWithDefaultItem(Block crossBlock, BlockModelGenerators.TintState tintState, TextureMapping textureMapping) private static BlockStateGeneratorBlockModelGenerators.createMirroredColumnGenerator(Block columnBlock, ResourceLocation location, TextureMapping textureMapping, BiConsumer<ResourceLocation, Supplier<com.google.gson.JsonElement>> modelOutput) private static BlockStateGeneratorBlockModelGenerators.createMirroredCubeGenerator(Block cubeBlock, ResourceLocation location, TextureMapping textureMapping, BiConsumer<ResourceLocation, Supplier<com.google.gson.JsonElement>> modelOutput) private static BlockStateGeneratorBlockModelGenerators.createNorthWestMirroredCubeGenerator(Block cubeBlock, ResourceLocation location, TextureMapping textureMapping, BiConsumer<ResourceLocation, Supplier<com.google.gson.JsonElement>> modelOutput) (package private) static BlockStateGeneratorBlockModelGenerators.createPillarBlockUVLocked(Block block, TextureMapping textureMapping, BiConsumer<ResourceLocation, Supplier<com.google.gson.JsonElement>> modelOutput) private voidBlockModelGenerators.createPistonVariant(Block pistonBlock, ResourceLocation baseModelLocation, TextureMapping topTextureMapping) private voidBlockModelGenerators.createPumpkinVariant(Block pumpkinBlock, TextureMapping columnTextureMapping) private voidBlockModelGenerators.createTrivialBlock(Block block, TextureMapping textureMapping, ModelTemplate modelTemplate) private ResourceLocationBlockModelGenerators.createTurtleEggModel(int hatchAmount, String variantName, TextureMapping textureMapping) Method parameters in net.minecraft.data.models with type arguments of type TextureMappingModifier and TypeMethodDescriptionprivate voidBlockModelGenerators.createBeeNest(Block beeNestBlock, Function<Block, TextureMapping> textureMappingGetter) private voidBlockModelGenerators.createCraftingTableLike(Block craftingTableBlock, Block craftingTableMaterialBlock, BiFunction<Block, Block, TextureMapping> textureMappingGetter) private ResourceLocationBlockModelGenerators.createSuffixedVariant(Block block, String suffix, ModelTemplate modelTemplate, Function<ResourceLocation, TextureMapping> textureMappingGetter) Constructors in net.minecraft.data.models with parameters of type TextureMappingModifierConstructorDescriptionBlockFamilyProvider(TextureMapping mapping) WoodProvider(TextureMapping logMapping) -
Uses of TextureMapping in net.minecraft.data.models.model
Fields in net.minecraft.data.models.model declared as TextureMappingMethods in net.minecraft.data.models.model that return TextureMappingModifier and TypeMethodDescriptionstatic TextureMappingTextureMapping.attachedStem(Block unattachedStemBlock, Block attachedStemBlock) static TextureMappingstatic TextureMappingTextureMapping.candleCake(Block candleCakeBlock, boolean lit) static TextureMappingTextureMapping.cauldron(ResourceLocation cauldronContentTextureLocation) static TextureMappingTextureMapping.column(ResourceLocation sideTextureLocation, ResourceLocation endTextureLocation) static TextureMappingstatic TextureMappingTextureMapping.columnWithWall(Block columnBlock) static TextureMappingTextureMapping.commandBlock(Block commandBlock) TextureMapping.copyAndUpdate(TextureSlot textureSlot, ResourceLocation textureLocation) TextureMapping.copyForced(TextureSlot sourceSlot, TextureSlot targetSlot) TextureMapping.copySlot(TextureSlot sourceSlot, TextureSlot targetSlot) static TextureMappingTextureMapping.craftingTable(Block craftingTableBlock, Block craftingTableMaterialBlock) static TextureMappingTextureMapping.crop(ResourceLocation cropTextureLocation) static TextureMappingTextureMapping.cross(ResourceLocation crossTextureLocation) static TextureMappingstatic TextureMappingTextureMapping.cube(ResourceLocation allTextureLocation) static TextureMappingstatic TextureMappingTextureMapping.cubeBottomTop(Block block) static TextureMappingTextureMapping.cubeBottomTopWithWall(Block block) static TextureMappingstatic TextureMappingTextureMapping.customParticle(Block block) static TextureMappingTextureMapping.defaultTexture(ResourceLocation textureLocation) static TextureMappingTextureMapping.defaultTexture(Block block) static TextureMappingTextureMapping.door(ResourceLocation topTextureLocation, ResourceLocation bottomTextureLocation) static TextureMappingstatic TextureMappingstatic TextureMappingstatic TextureMappingstatic TextureMappingstatic TextureMappingTextureMapping.fletchingTable(Block fletchingTableBlock, Block fletchingTableMaterialBlock) static TextureMappingTexturedModel.getMapping()static TextureMappingstatic TextureMappingTextureMapping.layer0(ResourceLocation layerZeroTextureLocation) 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 textureLocation) static TextureMappingstatic TextureMappingTextureMapping.particleFromItem(Item particleItem) static TextureMappingstatic TextureMappingTextureMapping.plant(ResourceLocation plantTextureLocation) static TextureMappingstatic TextureMappingTextureMapping.pottedAzalea(Block azaleaBlock) TextureMapping.put(TextureSlot textureSlot, ResourceLocation textureLocation) TextureMapping.putForced(TextureSlot textureSlot, ResourceLocation textureLocation) static TextureMappingTextureMapping.rail(ResourceLocation railTextureLocation) static TextureMappingstatic TextureMappingTextureMapping.sculkShrieker(boolean canSummon) static TextureMappingTextureMapping.singleSlot(TextureSlot textureSlot, ResourceLocation textureLocation) static TextureMappingTextureMapping.snifferEgg(String crackLevel) static TextureMappingstatic TextureMappingstatic TextureMappingTextureMapping.torch(ResourceLocation torchTextureLocation) static TextureMappingstatic TextureMappingTextureMapping.trialSpawner(Block trialSpawnerBlock, String sideSuffix, String topSuffix) static TextureMappingTextureMapping.vault(Block vaultBlock, String frontSuffix, String sideSuffix, String topSuffix, String bottomSuffix) static TextureMappingTextureMapping.wool(ResourceLocation woolTextureLocation) static TextureMappingMethods in net.minecraft.data.models.model with parameters of type TextureMappingModifier and TypeMethodDescriptionModelTemplate.create(ResourceLocation modelLocation, TextureMapping textureMapping, BiConsumer<ResourceLocation, Supplier<com.google.gson.JsonElement>> modelOutput) ModelTemplate.create(ResourceLocation modelLocation, TextureMapping textureMapping, BiConsumer<ResourceLocation, Supplier<com.google.gson.JsonElement>> modelOutput, ModelTemplate.JsonFactory factory) ModelTemplate.create(Block modelBlock, TextureMapping textureMapping, BiConsumer<ResourceLocation, Supplier<com.google.gson.JsonElement>> modelOutput) private Map<TextureSlot, ResourceLocation> ModelTemplate.createMap(TextureMapping textureMapping) ModelTemplate.createWithOverride(Block modelBlock, String modelLocationSuffix, TextureMapping textureMapping, BiConsumer<ResourceLocation, Supplier<com.google.gson.JsonElement>> modelOutput) ModelTemplate.createWithSuffix(Block modelBlock, String modelLocationSuffix, TextureMapping textureMapping, BiConsumer<ResourceLocation, Supplier<com.google.gson.JsonElement>> modelOutput) Method parameters in net.minecraft.data.models.model with type arguments of type TextureMappingModifier and TypeMethodDescriptionprivate static TexturedModel.ProviderTexturedModel.createDefault(Function<Block, TextureMapping> blockToTextureMapping, ModelTemplate modelTemplate) default TexturedModel.ProviderTexturedModel.Provider.updateTexture(Consumer<TextureMapping> textureMappingConsumer) TexturedModel.updateTextures(Consumer<TextureMapping> textureMappingConsumer) Constructors in net.minecraft.data.models.model with parameters of type TextureMappingModifierConstructorDescriptionprivateTexturedModel(TextureMapping mapping, ModelTemplate template)