| Commit message (Collapse) | Author | Age | Lines |
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
See preceding commit for why this change was included.
|
|
|
|
|
| |
The Minecraft implementation of spawn eggs is able to construct an entity using all data that is present in the save format, however since the Bukkit API has no such way to construct an entity unattached to a world, and it appears creating such a way is a very challenging task, the decision was instead made to add this API now that 1.11 has entities which may not be represented by data values.
In the future it may be possible to implement a more expanded API cognate with this one.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Pointed out by xGhOsTkiLLeRx in Bukkit#229
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Determines if the enchantment is a treasure enchantment - only available via means other than the enchantment table.
|
|
|
|
| |
Containers may now implement the Lockable interface.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Ref http://mojang.com/2016/08/minecraft-snapshot-16w32a/
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|