[Bleeding] Added Help API. Addresses BUKKIT-863

This commit is contained in:
rmichela
2012-03-01 00:07:05 -05:00
committed by EvilSeph
parent 49c34510e3
commit bba2e1cd2f
16 changed files with 596 additions and 35 deletions

View File

@@ -556,6 +556,10 @@ public class TestPlayer implements Player {
throw new UnsupportedOperationException("Not supported yet.");
}
public void sendMessage(String[] messages) {
throw new UnsupportedOperationException("Not supported yet.");
}
public boolean isOnline() {
throw new UnsupportedOperationException("Not supported yet.");
}