Package mcp.mobius.waila.api
Interface IModInfo
Used to guess the mod origin of game objects.
-
Method Summary
Modifier and TypeMethodDescriptionstatic IModInfo
static IModInfo
get
(ResourceLocation id) static IModInfo
static IModInfo
static IModInfo
static IModInfo
getId()
Returns the id of the mod.getName()
Returns the name of the mod.Returns the string representation of the version of the mod.boolean
Returns whether the mod is actually present in the classpath.
-
Method Details
-
get
-
get
-
get
-
get
-
get
-
get
-
isPresent
boolean isPresent()Returns whether the mod is actually present in the classpath. -
getId
String getId()Returns the id of the mod. -
getName
String getName()Returns the name of the mod. -
getVersion
String getVersion()Returns the string representation of the version of the mod.
-