Idiomatic Clojure wrappers around org.bukkit.Bukkit
functions and other utility functions specific to
Bukkit APIs. More general non-Bukkit-related utilities
should go in the bukkitclj.util
namespace.
Many of these are macros for the efficiency of being inlined. No-args calls are the least likely to be used in higher-order functions.
Idiomatic Clojure wrappers around org.bukkit.Bukkit functions and other utility functions specific to Bukkit APIs. More general non-Bukkit-related utilities should go in the `bukkitclj.util` namespace. Many of these are macros for the efficiency of being inlined. No-args calls are the least likely to be used in higher-order functions.
Event handlers for Bukkit
Event handlers for Bukkit
Provides a REPL that can be used to interact with the
running Bukkit server. The port defaults to 7071, but
can be set explicitly in the repl.port
setting in
config.yml
Provides a REPL that can be used to interact with the running Bukkit server. The port defaults to 7071, but can be set explicitly in the `repl.port` setting in config.yml
Utility functions that don't have a natural home in any other namespace.
This code is heavily borrowed from the cljminecraft project: https://github.com/CmdrDats/clj-minecraft
Utility functions that don't have a natural home in any other namespace. This code is heavily borrowed from the cljminecraft project: https://github.com/CmdrDats/clj-minecraft
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close