mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2025-07-04 00:45:57 +00:00
Mark BufferedImageLoader as deprecated
This commit is contained in:
parent
3ab671827d
commit
33f1aa07d3
@ -33,7 +33,10 @@ import com.dfsek.terra.api.config.ConfigPack;
|
|||||||
import com.dfsek.terra.api.config.Loader;
|
import com.dfsek.terra.api.config.Loader;
|
||||||
import com.dfsek.terra.api.properties.Properties;
|
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> {
|
public class BufferedImageLoader implements TypeLoader<BufferedImage> {
|
||||||
private final Loader files;
|
private final Loader files;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user