Exploring Bukkit API
Now that you are familiar with the Bukkit API documentation, I advise you to look through more of it on your own. You will find interesting methods, many of which will spark ideas for cool plugins that you may want to make. Take note that there may be additional links to view more methods for an object. For example, a player is a type of entity, therefore you can call any entity method on a player object. This inheritance is shown after the following method list:
If you are ever going to try and think up an idea for a plugin, browsing through the following websites is sure to give you some ideas. I suggest reading the class pages listed as follows as they will be classes that you will frequently use in your future plugins:
Class |
Package |
Description |
---|---|---|
|
|
A world on the server. |
|
|
A person who is playing on the server. |
|
|
A player, mob, item, projectile, vehicle, and so on... |