Interface IMCHandler.IIMCAction

Enclosing class:
IMCHandler

public static interface IMCHandler.IIMCAction
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    handle(net.neoforged.fml.InterModComms.IMCMessage message)
    Handle the given message, corresponds to the given key used with registration.
  • Method Details

    • handle

      boolean handle(net.neoforged.fml.InterModComms.IMCMessage message)
      Handle the given message, corresponds to the given key used with registration.
      Parameters:
      message - The message.
      Returns:
      If the handling occured without any problems.