示例#1
0
 public boolean isCallingFromMinecraftThread() {
   return Thread.currentThread() == this.serverThread;
 }