Update to 20w22a (minimal mode only)

This commit is contained in:
Jonas Herzig
2020-06-04 11:54:33 +02:00
parent 6210cb09aa
commit 88be6b3935
26 changed files with 293 additions and 83 deletions

View File

@@ -45,11 +45,20 @@ public class InputReplayTimer extends WrappedTimer {
}
@Override
public void beginRenderTick(
public
//#if MC>=11600
//$$ int
//#else
void
//#endif
beginRenderTick(
//#if MC>=11400
long sysClock
//#endif
) {
//#if MC>=11600
//$$ int ticksThisFrame =
//#endif
super.beginRenderTick(
//#if MC>=11400
sysClock
@@ -114,6 +123,9 @@ public class InputReplayTimer extends WrappedTimer {
//$$ }
//#endif
}
//#if MC>=11600
//$$ return ticksThisFrame;
//#endif
}
public static void handleScroll(int wheel) {