Files
Paper/paper-api
Bukkit/Spigot 6ab2ec9f85 Added interfaces for every entity type. Most (if not all) are empty.
These are place holders at the moment, to be used when determining
entity type. Further functionality could be added to these interfaces
later.

By: Andrew Ardill <andrew.ardill@gmail.com>
2011-01-17 16:28:28 +08:00
..
2011-01-03 19:17:31 +01:00
2011-01-02 10:57:42 +01:00
2011-01-11 02:58:51 -05:00
2011-01-03 19:25:33 +01:00

Bukkit

A Minecraft Server API.

Compilation

We use maven to handle our dependencies.

  • Install Maven 3
  • Check out this repo and: mvn clean install