Update to MC 1.14 / Fabric

This commit is contained in:
Jonas Herzig
2019-05-04 14:37:00 +02:00
parent 17fe5b345f
commit 3d009e45c7
151 changed files with 3963 additions and 1455 deletions

View File

@@ -1,10 +1,12 @@
package com.replaymod.replay.events;
import net.minecraftforge.eventbus.api.Cancelable;
import net.minecraftforge.eventbus.api.Event;
public abstract class ReplayDispatchKeypressesEvent extends Event {
@Cancelable
public static class Pre extends ReplayDispatchKeypressesEvent {}
}
//#if MC<11300
//$$ package com.replaymod.replay.events;
//$$
//$$ import net.minecraftforge.fml.common.eventhandler.Cancelable;
//$$ import net.minecraftforge.fml.common.eventhandler.Event;
//$$
//$$ public abstract class ReplayDispatchKeypressesEvent extends Event {
//$$
//$$ @Cancelable
//$$ public static class Pre extends ReplayDispatchKeypressesEvent {}
//$$ }
//#endif