示例#1
0
 def disconnect(self):
     MinetestClient.disconnect(self)
示例#2
0
    def __init__(self, host='localhost:30000', user='******', password=''):
        MinetestClient.__init__(self, host, user, password)

        self.answer_buffer = Queue()
        self.on_message = self._distinguish_message