Mark BufferedImageLoader as deprecated

This commit is contained in:
Astrash 2023-02-07 11:38:12 +11:00
parent 3ab671827d
commit 33f1aa07d3

View File

@ -33,7 +33,10 @@ import com.dfsek.terra.api.config.ConfigPack;
import com.dfsek.terra.api.config.Loader;
import com.dfsek.terra.api.properties.Properties;
/*
* @deprecated Use the Image and ImageLoader class provided by the library-image addon instead. This is subject to removal in v7.
*/
@Deprecated
public class BufferedImageLoader implements TypeLoader<BufferedImage> {
private final Loader files;