Skip to content
This repository has been archived by the owner on Apr 23, 2020. It is now read-only.

NotJustAnna/catnip-entityfinder

Repository files navigation

Catnip EntityFinder

The standalone EntityFinder from Catnip Utilities.

Licensed under the Apache 2.0 License.

Installation

Latest Version

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>

Usage

Use the EntityFinder class, which helps you find the entities given a string.

Support

Support is given on Aru's Discord Server

Aru's Discord Server

About

The standalone EntityFinder from Catnip Utilities.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages