Uses of Class
net.minecraft.client.data.TextureMap
Packages that use TextureMap
-
Uses of TextureMap in net.minecraft.client.data
Fields in net.minecraft.client.data declared as TextureMapModifier and TypeFieldDescriptionprivate final TextureMapBlockStateModelGenerator.BlockTexturePool.texturesprivate final TextureMapBlockStateModelGenerator.LogTexturePool.texturesprivate final TextureMapTexturedModel.texturesMethods in net.minecraft.client.data that return TextureMapModifier and TypeMethodDescriptionstatic TextureMapstatic TextureMapTextureMap.all(Identifier id) static TextureMapstatic TextureMapTextureMap.candleCake(Block block, boolean lit) static TextureMapTextureMap.cauldron(Identifier content) TextureMap.copy(TextureKey parent, TextureKey child) TextureMap.copyAndAdd(TextureKey key, Identifier id) static TextureMapTextureMap.crop(Identifier id) static TextureMapstatic TextureMapTextureMap.cross(Identifier id) static TextureMapTextureMap.crossAndCrossEmissive(Block block) static TextureMapstatic TextureMapstatic TextureMapstatic TextureMapstatic TextureMapTextureMap.frontSideWithCustomBottom(Block block, Block bottom) static TextureMapTextureMap.frontTopSide(Block frontTopSideBlock, Block downBlock) BlockStateModelGenerator.CrossType.getFlowerPotTextureMap(Block block) BlockStateModelGenerator.CrossType.getTextureMap(Block block) TexturedModel.getTextures()TextureMap.inherit(TextureKey parent, TextureKey child) static TextureMapstatic TextureMapstatic TextureMapstatic TextureMapTextureMap.layer0(Identifier id) static TextureMapTextureMap.layered(Identifier layer0, Identifier layer1) static TextureMapTextureMap.layered(Identifier layer0, Identifier layer1, Identifier layer2) static TextureMapTextureMap.of(TextureKey key, Identifier id) static TextureMapTextureMap.paneAndTopForEdge(Block block, Block top) static TextureMapstatic TextureMapstatic TextureMapTextureMap.particle(Identifier id) static TextureMapstatic TextureMapstatic TextureMapTextureMap.plant(Identifier id) static TextureMapTextureMap.plantAndCrossEmissive(Block block) static TextureMapTextureMap.pottedAzaleaBush(Block block) TextureMap.put(TextureKey key, Identifier id) static TextureMapstatic TextureMapTextureMap.rail(Identifier id) TextureMap.register(TextureKey key, Identifier id) static TextureMapTextureMap.sculkShrieker(boolean canSummon) static TextureMapstatic TextureMapTextureMap.sideAndEndForTop(Block block) static TextureMapTextureMap.sideAndTop(Block block) static TextureMapstatic TextureMapTextureMap.sideEnd(Identifier side, Identifier end) static TextureMapTextureMap.sideFrontBack(Block block) static TextureMapTextureMap.sideFrontEnd(Block block) static TextureMapTextureMap.sideFrontTop(Block block) static TextureMapTextureMap.sideFrontTopBottom(Block block) static TextureMapTextureMap.sideTopBottom(Block block) static TextureMapTextureMap.snifferEgg(String age) static TextureMapstatic TextureMapTextureMap.stemAndUpper(Block stem, Block upper) static TextureMapstatic TextureMapTextureMap.texture(Identifier id) static TextureMapTextureMap.textureParticle(Block block) static TextureMapTextureMap.textureSideTop(Block block) static TextureMapstatic TextureMapstatic TextureMapTextureMap.topBottom(Identifier top, Identifier bottom) static TextureMapstatic TextureMapTextureMap.torch(Identifier id) static TextureMapTextureMap.trialSpawner(Block block, String side, String top) static TextureMapstatic TextureMapTextureMap.wallSideEnd(Block block) static TextureMapTextureMap.wallSideTopBottom(Block block) static TextureMapstatic TextureMapTextureMap.wool(Identifier id) Methods in net.minecraft.client.data with parameters of type TextureMapModifier and TypeMethodDescriptionBlockStateModelGenerator.StateFactory.create(Block block, ModelVariant variant, TextureMap textures, BiConsumer<Identifier, ModelSupplier> modelCollector) private static BlockModelDefinitionCreatorBlockStateModelGenerator.createDeepslateState(Block block, ModelVariant variant, TextureMap textures, BiConsumer<Identifier, ModelSupplier> modelCollector) private static BlockModelDefinitionCreatorBlockStateModelGenerator.createMudBrickState(Block block, ModelVariant variant, TextureMap textures, BiConsumer<Identifier, ModelSupplier> modelCollector) private static BlockModelDefinitionCreatorBlockStateModelGenerator.createStoneState(Block block, ModelVariant variant, TextureMap textures, BiConsumer<Identifier, ModelSupplier> modelCollector) private Map<TextureKey, Identifier> Model.createTextureMap(TextureMap textures) (package private) static BlockModelDefinitionCreatorBlockStateModelGenerator.createUvLockedColumnBlockState(Block block, TextureMap textureMap, BiConsumer<Identifier, ModelSupplier> modelCollector) private ModelVariantBlockStateModelGenerator.getTurtleEggModel(int eggs, String prefix, TextureMap textures) private voidBlockStateModelGenerator.registerNorthDefaultHorizontalRotatable(Block block, TextureMap texture) private voidBlockStateModelGenerator.registerPiston(Block piston, WeightedVariant weightedVariant, TextureMap textures) private voidBlockStateModelGenerator.registerTintableCross(Block block, BlockStateModelGenerator.CrossType tintType, TextureMap texture) private voidBlockStateModelGenerator.registerTintableCrossBlockState(Block block, BlockStateModelGenerator.CrossType tintType, TextureMap crossTexture) Model.upload(Block block, String suffix, TextureMap textures, BiConsumer<Identifier, ModelSupplier> modelCollector) Model.upload(Block block, TextureMap textures, BiConsumer<Identifier, ModelSupplier> modelCollector) Model.upload(Item item, TextureMap textures, BiConsumer<Identifier, ModelSupplier> modelCollector) Model.upload(Identifier id, TextureMap textures, BiConsumer<Identifier, ModelSupplier> modelCollector) Model.uploadWithoutVariant(Block block, String suffix, TextureMap textures, BiConsumer<Identifier, ModelSupplier> modelCollector) Method parameters in net.minecraft.client.data with type arguments of type TextureMapModifier and TypeMethodDescriptiondefault TexturedModel.FactoryTexturedModel.Factory.andThen(Consumer<TextureMap> consumer) private IdentifierBlockStateModelGenerator.createSubModel(Block block, String suffix, Model model, Function<Identifier, TextureMap> texturesFactory) private static TexturedModel.FactoryTexturedModel.makeFactory(Function<Block, TextureMap> texturesGetter, Model model) private voidBlockStateModelGenerator.registerBeehive(Block beehive, Function<Block, TextureMap> texturesFactory) private voidBlockStateModelGenerator.registerCubeWithCustomTextures(Block block, Block otherTextureSource, BiFunction<Block, Block, TextureMap> texturesFactory) TexturedModel.textures(Consumer<TextureMap> texturesConsumer) Constructors in net.minecraft.client.data with parameters of type TextureMapModifierConstructorDescriptionBlockTexturePool(TextureMap textures) LogTexturePool(TextureMap textures) privateTexturedModel(TextureMap textures, Model model)