Package mcp.mobius.waila.api
Interface IModInfo
Used to guess the mod origin of game objects.
-
Method Summary
Modifier and TypeMethodDescriptionstatic IModInfostatic IModInfoget(ResourceLocation id) static IModInfostatic IModInfoget(EntityType<?> entityType) static IModInfostatic IModInfostatic IModInfogetId()Returns the id of the mod.getName()Returns the name of the mod.Returns the string representation of the version of the mod.booleanReturns whether the mod is actually present in the classpath.
-
Method Details
-
get
-
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.
-