summaryrefslogtreecommitdiffstats
path: root/src/main
Commit message (Collapse)AuthorAgeLines
* Generic cleanup of warnings, whitespace and style.Erik Broes2011-12-25-1046/+1308
|
* Added plugin saveResources + saveDefaultConfig methods. This completes a ↵Nathan Adams2011-12-22-3/+65
| | | | bleeding branch by deltahat at http://forums.bukkit.org/threads/branch-complete-savedefaultconfig.48721/
* Fixed some naming issues for creature types. Fix for BUKKIT-367Tahg2011-12-20-2/+3
|
* Fix for BUKKIT-313 - this makes getString return a string representation of ↵sleak2011-12-19-2/+2
| | | | whatever object is present at the path, rather than only returning if the object is a string
* fix for BUKKIT-342 - getConfigurationSection returning the default section ↵sleak2011-12-19-3/+7
| | | | instead of creating a new section if defaults are present.
* BREAKING: ItemStack no longer implements SerializableNathan Adams2011-12-12-2/+1
|
* Configuration methods .getX (int/double/etc) now try to cast existing values ↵Nathan Adams2011-12-12-6/+99
| | | | where possible. This fixes BUKKIT-290
* Added OfflinePlayer + Player .getLastPlayed, .getFirstPlayed, .hasPlayedBeforeNathan Adams2011-12-12-0/+27
|
* Adds Location.getChunk()Kevin2011-12-11-0/+9
|
* Added getKiller() method to LivingEntity, to determine the killer of an entityNathan Adams2011-12-11-0/+8
|
* Add Bukkit.getAllowEnd(). Thanks codename-B!Erik Broes2011-12-09-0/+7
|
* Fixed silly NPE during shutdown when java becomes a meanie-pants and steals ↵Nathan Adams2011-12-09-4/+9
| | | | our lunch money :(
* Override annotations do not belong here!Nathan Adams2011-12-09-2/+0
|
* Added onStructureGrow event, thanks to md-5.Nathan Adams2011-12-09-4/+108
|
* Fixed MemorySection list methods' return types + NPEs. This fixes ↵Nathan Adams2011-12-09-9/+54
| | | | BUKKIT-213, thanks to Sleaker
* EntityExplodeEvent: Add constructor that takes yeild parameterAndrew Ardill2011-12-07-4/+11
| | | | | | | | | | The Ender Dragon causes blocks to explode as it flies through them. These blocks by default do not drop any items, so the default yeild for this explosion event is 0. Previously the event had the default value hard-coded to 0.3F, which is inaccurate in this situation. We derecate the constructor with no yield, as any default yield should really be left up to the implementation to decide, not the API.
* BREAKING: Change ConsoleCommandSender to an interface.Andrew Ardill2011-12-07-87/+1
| | | | | | | | Implementations will now need to implement the console command sender. This is done to increse the separation between the Bukkit API and it's implementations. This allows the implementations more freedom when dealing with consoles and reducing chances for breaking plugin compatibility in the future.
* Teach the API about Remote ConsolesAndrew Ardill2011-12-07-3/+18
| | | | | This will allow us to raise events for remote consoles, and provide access to them at a later date. Relates to BUKKIT-220
* Added Material.isEdible. Thanks simplyianmNathan Adams2011-12-06-0/+24
|
* Added method to retrieve all players on a server, online or offlineNathan Adams2011-12-04-0/+7
|
* I do believe that I made a typoNathan Adams2011-12-04-1/+1
|
* Added cause to PlayerTeleportEventNathan Adams2011-12-04-1/+62
|
* Bukkit will no longer leak tears. He has been cheered up.Nathan Adams2011-12-04-1/+1
|
* Added /xp and /toggledownfall commands from vanillaNathan Adams2011-12-02-0/+99
|
* Added the missing effects to the Effect enum.TomyLobo2011-11-30-1/+7
|
* Deprecated player methods: getExperience setExperience due to new float ↵Nathan Adams2011-11-30-2/+34
| | | | value. Added giveExp, setExp, getExp
* Extend EntityCombustEvent to allow setting combustion duration.Andrew Ardill2011-11-29-4/+70
| | | | | Also extend with two new events that track the entity or block that caused the combustion.
* BREAKING CHANGE: BUKKIT-44 Fix Material Enum typo. Thanks Steeveeo!Andrew Ardill2011-11-28-1/+1
|
* Added Enchantment.values() for retrieving all enchantmentsNathan Adams2011-11-28-0/+9
|
* Add MagmaCube interface.Andrew Ardill2011-11-28-0/+8
| | | | Also, add MagmaCube to CreatureType Enum, as per BUKKIT-57. Thanks snowleo!
* BUKKIT-57 Add Snowman to CreatureType Enum. Thanks snowleo!Andrew Ardill2011-11-28-1/+2
|
* BUKKIT-61 Add durability to BOW material type. Thanks snowleo!Andrew Ardill2011-11-28-1/+1
|
* Fixed issue adding mass enchantments to itemsNathan Adams2011-11-27-2/+2
|
* Added utility methods to ItemStack to allow mass adding of enchantmentsNathan Adams2011-11-27-1/+32
|
* Made ItemStack .equals take into account data and enchantmentsNathan Adams2011-11-27-1/+1
|
* Added Enchantment APINathan Adams2011-11-27-9/+437
|
* Added world.getWorldFolder, server.getWorldContainerNathan Adams2011-11-25-0/+20
|
* Added new set/get age methods to AnimalsNathan Adams2011-11-24-1/+15
|
* Made /version output same as startup outputNathan Adams2011-11-23-2/+1
|
* Added new biome enum valuesNathan Adams2011-11-22-0/+6
|
* Fixed the fix of the fix of javaplugin.getResourceNathan Adams2011-11-22-0/+5
|
* BREAKING CHANGE: Renamed Material.WHITESTONE to ENDER_STONE. Added DRAGON_EGG.Nathan Adams2011-11-21-1/+2
|
* BREAKING CHANGE: Renamed Environment.SKYLANDS to THE_ENDNathan Adams2011-11-21-3/+3
|
* Added EnderCrystal entityNathan Adams2011-11-21-0/+7
|
* Fixed typo for NETHER_WARTSNathan Adams2011-11-19-1/+1
|
* Added various new 1.9 entities, blocks and itemsNathan Adams2011-11-19-2/+157
|
* Added getMaxHealth to LivingEntityNathan Adams2011-11-19-4/+12
|
* Added class type to CreatureType enumNathan Adams2011-11-19-19/+25
|
* Fixed getResource not working post-reload, thanks to feildmasterNathan Adams2011-11-13-2/+11
|
* Added createSection(String path, Map<String, object> map)Feildmaster2011-11-05-0/+25
|