#Silent Listener

1 messages · Page 1 of 1 (latest)

gritty star
#

you can create own eventListener

#

no other way

#

like you would connect to MC and Spigot code through reflection and implement own event system

#

but fuck that

#

to know that something happened on a server you need a listener

#

in minecraft basically a giant loop

#

on both client and server

#

if you want to create a clickable block with some action when you click it

#

on your server

#

you need to add some data to the block or store it in the list/config

#

and listen to BlockClick

#

listen to Click without creating a event listener class

#

?????

#

You want to make own listener or what?

#

with own handlerlist

#

and register it yourself

#

without touching other events