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:
@@ -434,11 +434,11 @@ public abstract class CustomEntityRenderer {
|
||||
}
|
||||
}
|
||||
|
||||
public static interface GluPerspectiveHook {
|
||||
public interface GluPerspectiveHook {
|
||||
void gluPerspective(float fovY, float aspect, float zNear, float zFar);
|
||||
}
|
||||
|
||||
public static interface LoadShaderHook {
|
||||
public interface LoadShaderHook {
|
||||
void loadShader(ResourceLocation resourceLocation);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user