Why cant I dispatch a command from a method outside of the command class and the main plugin class

前端 未结 0 1884
借酒劲吻你
借酒劲吻你 2020-12-12 04:14

I am using 1.16.2 Spigot library/Bukkit API My simple code:

if (event.getSlot() == 11 && event.getCurrentItem().getType() == Material.STICK) {
                


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题