mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-12-01 16:27:59 +01:00
It implements the interface but it does not implement the interface. Does that make sense?
This commit is contained in:
parent
f597682206
commit
6f7164b3e1
1 changed files with 1 additions and 2 deletions
|
@ -57,7 +57,7 @@ import java.util.stream.Collectors;
|
||||||
|
|
||||||
import javax.annotation.Nonnull;
|
import javax.annotation.Nonnull;
|
||||||
|
|
||||||
public final class HDSkinManager implements IResourceManagerReloadListener, ISkinModifier {
|
public final class HDSkinManager implements IResourceManagerReloadListener {
|
||||||
|
|
||||||
private static final ResourceLocation LOADING = new ResourceLocation("LOADING");
|
private static final ResourceLocation LOADING = new ResourceLocation("LOADING");
|
||||||
|
|
||||||
|
@ -310,7 +310,6 @@ public final class HDSkinManager implements IResourceManagerReloadListener, ISki
|
||||||
graphics.dispose();
|
graphics.dispose();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
public void convertSkin(BufferedImage image, Graphics dest) {
|
public void convertSkin(BufferedImage image, Graphics dest) {
|
||||||
skinModifiers.forEach(a -> a.convertSkin(image, dest));
|
skinModifiers.forEach(a -> a.convertSkin(image, dest));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue