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 TextureMap
BlockStateModelGenerator.BlockTexturePool.textures
private final TextureMap
BlockStateModelGenerator.LogTexturePool.textures
private final TextureMap
TexturedModel.textures
Methods in net.minecraft.client.data that return TextureMapModifier and TypeMethodDescriptionstatic TextureMap
static TextureMap
TextureMap.all
(Identifier id) static TextureMap
static TextureMap
TextureMap.candleCake
(Block block, boolean lit) static TextureMap
TextureMap.cauldron
(Identifier content) TextureMap.copy
(TextureKey parent, TextureKey child) TextureMap.copyAndAdd
(TextureKey key, Identifier id) static TextureMap
TextureMap.crop
(Identifier id) static TextureMap
static TextureMap
TextureMap.cross
(Identifier id) static TextureMap
TextureMap.crossAndCrossEmissive
(Block block) static TextureMap
static TextureMap
static TextureMap
static TextureMap
static TextureMap
TextureMap.frontSideWithCustomBottom
(Block block, Block bottom) static TextureMap
TextureMap.frontTopSide
(Block frontTopSideBlock, Block downBlock) BlockStateModelGenerator.CrossType.getFlowerPotTextureMap
(Block block) BlockStateModelGenerator.CrossType.getTextureMap
(Block block) TexturedModel.getTextures()
TextureMap.inherit
(TextureKey parent, TextureKey child) static TextureMap
static TextureMap
static TextureMap
static TextureMap
TextureMap.layer0
(Identifier id) static TextureMap
TextureMap.layered
(Identifier layer0, Identifier layer1) static TextureMap
TextureMap.layered
(Identifier layer0, Identifier layer1, Identifier layer2) static TextureMap
TextureMap.of
(TextureKey key, Identifier id) static TextureMap
TextureMap.paneAndTopForEdge
(Block block, Block top) static TextureMap
static TextureMap
static TextureMap
TextureMap.particle
(Identifier id) static TextureMap
static TextureMap
static TextureMap
TextureMap.plant
(Identifier id) static TextureMap
TextureMap.plantAndCrossEmissive
(Block block) static TextureMap
TextureMap.pottedAzaleaBush
(Block block) TextureMap.put
(TextureKey key, Identifier id) static TextureMap
static TextureMap
TextureMap.rail
(Identifier id) TextureMap.register
(TextureKey key, Identifier id) static TextureMap
TextureMap.sculkShrieker
(boolean canSummon) static TextureMap
static TextureMap
TextureMap.sideAndEndForTop
(Block block) static TextureMap
TextureMap.sideAndTop
(Block block) static TextureMap
static TextureMap
TextureMap.sideEnd
(Identifier side, Identifier end) static TextureMap
TextureMap.sideFrontBack
(Block block) static TextureMap
TextureMap.sideFrontEnd
(Block block) static TextureMap
TextureMap.sideFrontTop
(Block block) static TextureMap
TextureMap.sideFrontTopBottom
(Block block) static TextureMap
TextureMap.sideTopBottom
(Block block) static TextureMap
TextureMap.snifferEgg
(String age) static TextureMap
static TextureMap
TextureMap.stemAndUpper
(Block stem, Block upper) static TextureMap
static TextureMap
TextureMap.texture
(Identifier id) static TextureMap
TextureMap.textureParticle
(Block block) static TextureMap
TextureMap.textureSideTop
(Block block) static TextureMap
static TextureMap
static TextureMap
TextureMap.topBottom
(Identifier top, Identifier bottom) static TextureMap
static TextureMap
TextureMap.torch
(Identifier id) static TextureMap
TextureMap.trialSpawner
(Block block, String side, String top) static TextureMap
static TextureMap
TextureMap.wallSideEnd
(Block block) static TextureMap
TextureMap.wallSideTopBottom
(Block block) static TextureMap
static TextureMap
TextureMap.wool
(Identifier id) Methods in net.minecraft.client.data with parameters of type TextureMapModifier and TypeMethodDescriptionBlockStateModelGenerator.StateFactory.create
(Block block, Identifier modelId, TextureMap textures, BiConsumer<Identifier, ModelSupplier> modelCollector) private static BlockStateSupplier
BlockStateModelGenerator.createDeepslateState
(Block block, Identifier modelId, TextureMap textures, BiConsumer<Identifier, ModelSupplier> modelCollector) private static BlockStateSupplier
BlockStateModelGenerator.createMudBrickState
(Block block, Identifier modelId, TextureMap textures, BiConsumer<Identifier, ModelSupplier> modelCollector) private static BlockStateSupplier
BlockStateModelGenerator.createStoneState
(Block block, Identifier modelId, TextureMap textures, BiConsumer<Identifier, ModelSupplier> modelCollector) private Map
<TextureKey, Identifier> Model.createTextureMap
(TextureMap textures) (package private) static BlockStateSupplier
BlockStateModelGenerator.createUvLockedColumnBlockState
(Block block, TextureMap textureMap, BiConsumer<Identifier, ModelSupplier> modelCollector) private Identifier
BlockStateModelGenerator.getTurtleEggModel
(int eggs, String prefix, TextureMap textures) private void
BlockStateModelGenerator.registerNorthDefaultHorizontalRotatable
(Block block, TextureMap texture) private void
BlockStateModelGenerator.registerPiston
(Block piston, Identifier extendedModelId, TextureMap textures) private void
BlockStateModelGenerator.registerTintableCross
(Block block, BlockStateModelGenerator.CrossType tintType, TextureMap texture) private void
BlockStateModelGenerator.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.Factory
TexturedModel.Factory.andThen
(Consumer<TextureMap> consumer) private Identifier
BlockStateModelGenerator.createSubModel
(Block block, String suffix, Model model, Function<Identifier, TextureMap> texturesFactory) private static TexturedModel.Factory
TexturedModel.makeFactory
(Function<Block, TextureMap> texturesGetter, Model model) private void
BlockStateModelGenerator.registerBeehive
(Block beehive, Function<Block, TextureMap> texturesFactory) private void
BlockStateModelGenerator.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) private
TexturedModel
(TextureMap textures, Model model)