- Building Minecraft Server Modifications
- Cody M. Sommer
- 136字
- 2021-08-04 10:09:50
Chapter 2. Learning the Bukkit API
You may be wondering what the difference is between Bukkit and CraftBukkit. Many people use the two words interchangeably. However, they are in fact different files. In chapter one you were introduced to the CraftBukkit
jar. In this chapter you will be introduced to the Bukkit API and learn what it allows you to accomplish through programming plugins for a CraftBukkit server. By the end of this chapter you will most likely have numerous ideas for plugins that you will eventually be able to create yourself. This chapter will cover the following in more detail:
- Understanding the purpose of an API
- Finding documentation of the Bukkit API
- Navigating through JavaDocs to find specific information
- Reading and understanding the documentation
- Exploring and learning more aspects of the Bukkit API
推薦閱讀
- Mastering Concurrency Programming with Java 8
- ASP.NET MVC4框架揭秘
- Java編程指南:基礎知識、類庫應用及案例設計
- Java Web及其框架技術
- C語言程序設計教程
- Active Directory with PowerShell
- Linux C編程:一站式學習
- HTML5 APP開發從入門到精通(微課精編版)
- SQL 經典實例
- Quantum Computing and Blockchain in Business
- Django 3.0入門與實踐
- C++ Fundamentals
- Elasticsearch搜索引擎構建入門與實戰
- Learning Apache Thrift
- C/C++程序設計教程