Interface EmiPlugin

All Known Implementing Classes:
BTWPlugin, VanillaPlugin

public interface EmiPlugin
The primary method of communicating with EMI. Plugins are loaded at runtime to provide information like stacks and recipes. In order to be loaded on Fabric and Quilt, plugins must list their class under the "emi" entrypoint in their mod json. In order to be loaded on Forge, plugins must have the EmiEntrypoint annotation.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
  • Method Details