Update to MC 1.14 / Fabric
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user