Uses of Class
net.minecraft.data.client.TextureMap
-
Uses of TextureMap in net.minecraft.data.client
Modifier and TypeFieldDescriptionprivate final TextureMap
BlockStateModelGenerator.BlockTexturePool.textures
private final TextureMap
BlockStateModelGenerator.LogTexturePool.textures
private final TextureMap
TexturedModel.textures
Modifier 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
static TextureMap
static TextureMap
static TextureMap
static TextureMap
TextureMap.frontSideWithCustomBottom
(Block block, Block bottom) static TextureMap
TextureMap.frontTopSide
(Block frontTopSideBlock, Block downBlock) 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.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
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
TextureMap.wallSideEnd
(Block block) static TextureMap
TextureMap.wallSideTopBottom
(Block block) static TextureMap
static TextureMap
TextureMap.wool
(Identifier id) Modifier and TypeMethodDescriptionBlockStateModelGenerator.StateFactory.create
(Block block, Identifier modelId, TextureMap textures, BiConsumer<Identifier, Supplier<JsonElement>> modelCollector) private static BlockStateSupplier
BlockStateModelGenerator.createDeepslateState
(Block block, Identifier modelId, TextureMap textures, BiConsumer<Identifier, Supplier<JsonElement>> modelCollector) private static BlockStateSupplier
BlockStateModelGenerator.createMudBrickState
(Block block, Identifier modelId, TextureMap textures, BiConsumer<Identifier, Supplier<JsonElement>> modelCollector) private static BlockStateSupplier
BlockStateModelGenerator.createStoneState
(Block block, Identifier modelId, TextureMap textures, BiConsumer<Identifier, Supplier<JsonElement>> modelCollector) private Map<TextureKey,
Identifier> Model.createTextureMap
(TextureMap textures) (package private) static BlockStateSupplier
BlockStateModelGenerator.createUvLockedColumnBlockState
(Block block, TextureMap textureMap, BiConsumer<Identifier, Supplier<JsonElement>> 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.registerSingleton
(Block block, TextureMap textures, Model model) private void
BlockStateModelGenerator.registerTintableCross
(Block block, BlockStateModelGenerator.TintType tintType, TextureMap texture) private void
BlockStateModelGenerator.registerTintableCrossBlockState
(Block block, BlockStateModelGenerator.TintType tintType, TextureMap crossTexture) Model.upload
(Block block, String suffix, TextureMap textures, BiConsumer<Identifier, Supplier<JsonElement>> modelCollector) Model.upload
(Block block, TextureMap textures, BiConsumer<Identifier, Supplier<JsonElement>> modelCollector) Model.upload
(Identifier id, TextureMap textures, BiConsumer<Identifier, Supplier<JsonElement>> modelCollector) Model.upload
(Identifier id, TextureMap textures, BiConsumer<Identifier, Supplier<JsonElement>> modelCollector, Model.JsonFactory jsonFactory) Model.uploadWithoutVariant
(Block block, String suffix, TextureMap textures, BiConsumer<Identifier, Supplier<JsonElement>> modelCollector) Modifier 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) ModifierConstructorDescriptionBlockTexturePool
(TextureMap textures) LogTexturePool
(TextureMap textures) private
TexturedModel
(TextureMap textures, Model model)