Interface Loadable
- All Known Implementing Classes:
ClientFabricPlatformImpl, ClientModPlatform, FabricModImpl, MixinFabricPlatformImpl, MixinModPlatform, ModPlatform
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
-
Method Details
-
modId
String modId()
-