Fix all warnings
Add and make use of Lombok Remove Mojang API Remove ZipFileUtils Remove StreamTools in favor of Apache IOUtils Keyframe should be abstract all derivatives final Replace clone in Keyframe with copy Move some constants from GuiReplaySetttings to GuiConstants
This commit is contained in:
@@ -513,7 +513,7 @@ public class GuiReplayOverlay extends Gui {
|
||||
/**
|
||||
* Dummy interface for GUI on which this replay overlay shall not be rendered.
|
||||
*/
|
||||
public static interface NoOverlay {
|
||||
public interface NoOverlay {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user