Package mcp.mobius.waila.api
Interface IPluginInfo
Deprecated.
no replacement. In practice, plugin should never require this.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic IPluginInfoget(ResourceLocation pluginId) Deprecated.static Collection<IPluginInfo> getAll()Deprecated.static Collection<IPluginInfo> getAllFromMod(String modId) Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.getSide()Deprecated.booleanDeprecated.
-
Method Details
-
get
Deprecated. -
getAllFromMod
Deprecated. -
getAll
Deprecated. -
getModInfo
IModInfo getModInfo()Deprecated. -
getPluginId
ResourceLocation getPluginId()Deprecated. -
getSide
IPluginInfo.Side getSide()Deprecated. -
getInitializer
Deprecated. -
getRequiredModIds
Deprecated. -
isEnabled
boolean isEnabled()Deprecated.
-