Liking cljdoc? Tell your friends :D

bukkitclj.bukkit

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.
raw docstring

broadcastcljmacro

(broadcast fmt & args)
source

get-playerclj

(get-player name)
source

online-playerscljmacro

(online-players)
source

plugin-managercljmacro

(plugin-manager)
source

schedulercljmacro

(scheduler)
source

seconds-to-ticksclj

(seconds-to-ticks s)
source

servercljmacro

(server)
source

services-managercljmacro

(services-manager)
source

world-by-namecljmacro

(world-by-name name)
source

worldscljmacro

(worlds)
source

worlds-by-namecljmacro

(worlds-by-name)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close