The standalone EntityFinder from Catnip Utilities.
Licensed under the Apache 2.0 License.
Using in Gradle:
repositories {
jcenter()
}
dependencies {
compile 'pw.aru.libs:catnip-entityfinder:LATEST' // replace LATEST with the version above
}
Using in Maven:
<repositories>
<repository>
<id>central</id>
<name>bintray</name>
<url>http://jcenter.bintray.com</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>pw.aru.libs</groupId>
<artifactId>catnip-entityfinder</artifactId>
<version>LATEST</version> <!-- replace LATEST with the version above -->
</dependency>
</dependencies>
Use the EntityFinder
class, which helps you find the entities given a string.
Support is given on Aru's Discord Server