Answers for "java class files in same package but import statement doesnt work"

0

java commands in different packages not working

// make sure you have this in onEnable()
  this.getCommand("COMMANDHERE").setExecutor(new classname());
// make sure you have this done
Posted by: Guest on July-21-2020

Code answers related to "java class files in same package but import statement doesnt work"

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language