Skip to content

Instantly share code, notes, and snippets.

@kevingoos
Created August 9, 2014 13:02
Show Gist options
  • Save kevingoos/d1c6db752449e13d1631 to your computer and use it in GitHub Desktop.
Save kevingoos/d1c6db752449e13d1631 to your computer and use it in GitHub Desktop.
public class PacketHandler {
public static final SimpleNetworkWrapper INSTANCE = NetworkRegistry.INSTANCE.newSimpleChannel(Reference.MOD_ID.toLowerCase());
public static void init() {
LogHelper.info("Starting init");
INSTANCE.registerMessage(MessageKeyPressed.class, MessageKeyPressed.class, 0, Side.SERVER);
LogHelper.info("End init");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment