Package cn.nukkit


package cn.nukkit
  • Class
    Description
     
     
     
    描述一个可以被中断的线程的接口。
    An interface to describe a thread that can be interrupted.
    用来描述一个玩家和获得这个玩家相应信息的接口。
    An interface to describe a player and get its information.
     
    Nukkit启动类,包含main函数。
    The launcher class of Nukkit, including the main function.
    描述一个不在线的玩家的类。
    Describes an offline player.
    游戏玩家对象,代表操控的角色
     
    A PlayerHandle is used to access a player's protected data.
    代表着服务器对象,全局单例.