Interface Loadable

All Known Implementing Classes:
ClientModPlatform, ClientNeoForgePlatformImpl, MixinModPlatform, MixinNeoForgePlatformImpl, ModPlatform, NeoForgePlatformImpl

public interface Loadable
Represents a loadable platform. This is used to check for the correct mod id in loaded platforms, and so the platforms can be read correctly based on your mod id. You can also use this interface to create your own platform.
Since:
1.0
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details