Package mcp.mobius.waila.api
Interface IPluginInfo
Deprecated.
no replacement. In practice, plugin should never require this.
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic IPluginInfo
get
(ResourceLocation pluginId) Deprecated.static Collection
<IPluginInfo> getAll()
Deprecated.static Collection
<IPluginInfo> getAllFromMod
(String modId) Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.getSide()
Deprecated.boolean
Deprecated.
-
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.
-