Liking cljdoc? Tell your friends :D

lambdaisland.witchcraft.events


actionsclj

source

class->kwclj

(class->kw name)
source

event-classesclj

source

eventsclj

source

find-event-classesclj

(find-event-classes)
source

inject-bukkit-jar!clj

(inject-bukkit-jar!)

Needed for paper (possibly others). Paper uses Java Agent voodoo to put the patched mojang jar on the classpath, but that means we have no accessible way to "see" it on the classpath. ApplicationClassLoader does not expose its urls, and Paperclip does not update the property which we check instead. So we add it to "our" classloader (Clojure's dynamicclassloader), so licp/find-resource can do its work.

Needed for paper (possibly others). Paper uses Java Agent voodoo to put the
patched mojang jar on the classpath, but that means we have no accessible way
to "see" it on the classpath. ApplicationClassLoader does not expose its
urls, and Paperclip does not update the property which we check instead. So we
add it to "our" classloader (Clojure's dynamicclassloader), so
licp/find-resource can do its work.
sourceraw docstring

listen!clj

(listen! event k f)
source

priorityclj

source

resolve-event-classclj

source

unlisten!clj

(unlisten! event key)
source

unregister-all-event-listenersclj

(unregister-all-event-listeners event)
source

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

× close