Uses of Class
net.minecraft.data.client.model.Texture
Packages that use Texture
-
Uses of Texture in net.minecraft.data.client.model
Fields in net.minecraft.data.client.model declared as TextureModifier and TypeFieldDescriptionprivate TextureBlockStateModelGenerator.BlockTexturePool.textureprivate TextureBlockStateModelGenerator.LogTexturePool.textureprivate TextureTexturedModel.textureMethods in net.minecraft.data.client.model that return TextureModifier and TypeMethodDescriptionstatic Texturestatic TextureTexture.all(Identifier id)static Texturestatic TextureTexture.candleCake(Block block)static TextureTexture.cauldron(Identifier content)Texture.copy(TextureKey parent, TextureKey child)Texture.copyAndAdd(TextureKey key, Identifier id)static TextureTexture.crop(Identifier id)static Texturestatic TextureTexture.cross(Identifier id)static Texturestatic Texturestatic Texturestatic TextureTexture.frontSideWithCustomBottom(Block block, Block bottom)static TextureTexture.frontTopSide(Block frontTopSideBlock, Block downBlock)TexturedModel.getTexture()Texture.inherit(TextureKey parent, TextureKey child)static Texturestatic Texturestatic Texturestatic TextureTexture.layer0(Identifier id)static TextureTexture.of(TextureKey key, Identifier id)static TextureTexture.paneAndTopForEdge(Block block, Block top)static Texturestatic Texturestatic TextureTexture.particle(Identifier id)static Texturestatic Texturestatic TextureTexture.plant(Identifier id)Texture.put(TextureKey key, Identifier id)static Texturestatic TextureTexture.rail(Identifier id)Texture.register(TextureKey key, Identifier id)static TextureTexture.sideAndEndForTop(Block block)static TextureTexture.sideAndTop(Block block)static Texturestatic TextureTexture.sideEnd(Identifier side, Identifier end)static TextureTexture.sideFrontBack(Block block)static TextureTexture.sideFrontEnd(Block block)static TextureTexture.sideFrontTop(Block block)static TextureTexture.sideFrontTopBottom(Block block)static TextureTexture.sideTopBottom(Block block)static Texturestatic TextureTexture.stemAndUpper(Block stem, Block upper)static Texturestatic TextureTexture.texture(Identifier id)static Texturestatic Texturestatic TextureTexture.topBottom(Identifier top, Identifier bottom)static Texturestatic TextureTexture.torch(Identifier id)static TextureTexture.wallSideEnd(Block block)static TextureTexture.wallSideTopBottom(Block block)static Texturestatic TextureTexture.wool(Identifier id)Methods in net.minecraft.data.client.model with parameters of type TextureModifier and TypeMethodDescriptionBlockStateModelGenerator.StateFactory.create(Block block, Identifier modelId, Texture texture, BiConsumer<Identifier,Supplier<JsonElement>> modelCollector)private static BlockStateSupplierBlockStateModelGenerator.createDeepslateState(Block block, Identifier modelId, Texture texture, BiConsumer<Identifier,Supplier<JsonElement>> modelCollector)private static BlockStateSupplierBlockStateModelGenerator.createStoneState(Block block, Identifier modelId, Texture texture, BiConsumer<Identifier,Supplier<JsonElement>> modelCollector)private Map<TextureKey,Identifier>Model.createTextureMap(Texture texture)private IdentifierBlockStateModelGenerator.getTurtleEggModel(int eggs, String prefix, Texture texture)private voidBlockStateModelGenerator.registerNorthDefaultHorizontalRotatable(Block block, Texture texture)private voidBlockStateModelGenerator.registerPiston(Block piston, Identifier extendedModelId, Texture texture)private voidBlockStateModelGenerator.registerSingleton(Block block, Texture texture, Model model)private voidBlockStateModelGenerator.registerTintableCross(Block block, BlockStateModelGenerator.TintType tintType, Texture texture)private voidBlockStateModelGenerator.registerTintableCrossBlockState(Block block, BlockStateModelGenerator.TintType tintType, Texture crossTexture)Model.upload(Block block, String suffix, Texture texture, BiConsumer<Identifier,Supplier<JsonElement>> modelCollector)Model.upload(Block block, Texture texture, BiConsumer<Identifier,Supplier<JsonElement>> modelCollector)Model.upload(Identifier id, Texture texture, BiConsumer<Identifier,Supplier<JsonElement>> modelCollector)Model.uploadWithoutVariant(Block block, String suffix, Texture texture, BiConsumer<Identifier,Supplier<JsonElement>> modelCollector)Method parameters in net.minecraft.data.client.model with type arguments of type TextureModifier and TypeMethodDescriptiondefault TexturedModel.Factoryprivate IdentifierBlockStateModelGenerator.createSubModel(Block block, String suffix, Model model, Function<Identifier,Texture> textureFactory)private static TexturedModel.FactoryTexturedModel.makeFactory(Function<Block,Texture> textureGetter, Model model)private voidBlockStateModelGenerator.registerBeehive(Block beehive, Function<Block,Texture> textureGetter)private voidBlockStateModelGenerator.registerCubeWithCustomTexture(Block block, Block otherTextureSource, BiFunction<Block,Block,Texture> textureFactory)Constructors in net.minecraft.data.client.model with parameters of type TextureModifierConstructorDescriptionBlockTexturePool(Texture texture)LogTexturePool(Texture texture)privateTexturedModel(Texture texture, Model model)