Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
基本上,我正在寻找的是如何将插件添加到我的 Java 服务器,就像 Bukkit 和 Minecraft 一样。
我正在考虑以下方法:
Server.registerEvents(Class, Class to listen),换句话说就是这样的: Server.registerEvents(this, Player.class) 并且它会在服务器上注册它然后在 Player 类上作为一个静态值来解决,但在那之后我不知道如何触发该事件,我将如何处理这样的任务?
查看ServiceLoader以发现类路径上的插件