Added post-screenshot GUI

This commit is contained in:
CrushedPixel
2017-09-27 13:13:20 +02:00
parent 9671ee605d
commit d2d7a36139
5 changed files with 182 additions and 50 deletions

View File

@@ -3,7 +3,8 @@ package com.replaymod.replay.events;
import net.minecraftforge.fml.common.eventhandler.Cancelable;
import net.minecraftforge.fml.common.eventhandler.Event;
@Cancelable
public abstract class ReplayDispatchKeypressesEvent extends Event {
@Cancelable
public static class Pre extends ReplayDispatchKeypressesEvent {}
}