It implements the interface but it does not implement the interface. Does that make sense?

This commit is contained in:
Sollace 2018-07-21 22:51:26 +02:00
parent f597682206
commit 6f7164b3e1

View file

@ -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));
} }