- 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
推薦閱讀
- Dynamics 365 for Finance and Operations Development Cookbook(Fourth Edition)
- Testing with JUnit
- GraphQL學習指南
- Oracle從新手到高手
- Mastering Kotlin
- Python貝葉斯分析(第2版)
- SQL Server從入門到精通(第3版)
- MySQL從入門到精通(軟件開發視頻大講堂)
- Microsoft Azure Storage Essentials
- C#程序設計(項目教學版)
- Python函數式編程(第2版)
- Learning Python Data Visualization
- 計算語言學導論
- Hands-On Dependency Injection in Go
- C++17 By Example