├── LICENSE ├── README.md ├── example.php ├── mojang-api.class.php └── mojang-api.interface.php /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MineTheCube/MojangAPI/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MineTheCube/MojangAPI/HEAD/README.md -------------------------------------------------------------------------------- /example.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MineTheCube/MojangAPI/HEAD/example.php -------------------------------------------------------------------------------- /mojang-api.class.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MineTheCube/MojangAPI/HEAD/mojang-api.class.php -------------------------------------------------------------------------------- /mojang-api.interface.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MineTheCube/MojangAPI/HEAD/mojang-api.interface.php --------------------------------------------------------------------------------