summaryrefslogtreecommitdiffstats
path: root/src/main/java/org
Commit message (Expand)AuthorAgeLines
* Added new --noconsole command argument, thanks to mkurzeja for the ideaNathan Adams2011-11-05-0/+11
* Implemented bukkit versioningNathan Adams2011-10-31-0/+35
* Add missing CraftBlock hashCode()Erik Broes2011-10-20-0/+5
* fixed mapping of Art <-> EnumArt in PaintingsTahg2011-10-12-3/+77
* Added new bukkit.yml entry (settings -> world-container) to control the direc...Nathan Adams2011-10-12-1/+5
* Implemented getPlayer of OfflinePlayerNathan Adams2011-10-11-1/+18
* Implemented entity age methodsNathan Adams2011-10-11-0/+11
* Added hashCode and equals to CraftWorldNathan Adams2011-10-10-0/+19
* Removed deprecated ConcurrentSoftMapNathan Adams2011-10-10-281/+0
* Updated to the new Configuration apiNathan Adams2011-10-10-42/+79
* Fix CraftBlock.equals as they are not singletons anymoreErik Broes2011-10-07-1/+5
* don't store weak references for EmptyChunks or cache CraftBlocksTahg2011-10-05-17/+8
* Revert "Added callback line of sight methods. Thanks xZise!"EvilSeph2011-10-03-40/+0
* Fixed multiworld difficulty.EvilSeph2011-10-03-1/+2
* Added Difficulty API.EvilSeph2011-10-03-0/+9
* Added missing call for WorldUnload event.EvilSeph2011-10-02-0/+1
* Added callback line of sight methods. Thanks xZise!EvilSeph2011-10-02-0/+40
* Minimal diffs! Move methods for the new list-name away from nmsDinnerbone2011-10-03-3/+51
* Painting improvements. Thanks CelticMinstrel!EvilSeph2011-10-01-2/+141
* Correct biome data in ChunkSnapshot - wrong API usedMike Primm2011-09-30-4/+2
* Fixed players not receiving broadcasts (and other similar issues) after signi...Dinnerbone2011-09-27-1/+18
* Added server list ping event.sk89q2011-09-26-0/+12
* Added Player.get/setListName to change the name of the player on the player l...sk89q2011-09-26-0/+8
* data improvementsTahg2011-09-26-6/+11
* Boat get/set (double) occupied acceleration, (double) unoccupied deceleration...sk89q2011-09-25-0/+26
* Ensure there's only one OfflinePlayer object per actual offline playerDinnerbone2011-09-25-1/+11
* Implementation of the Jukebox BlockStateCeltic Minstrel2011-09-25-0/+52
* Implemented get/setPickupDelay on Item entities, thanks robin0van0der0vDinnerbone2011-09-25-1/+8
* Implemented getOperatorsDinnerbone2011-09-25-1/+10
* Adds a method that returns the File representation of the update folder. Than...Dinnerbone2011-09-25-0/+4
* Implemented world.getSeaLevel, made getHeight load from world instead of hard...Dinnerbone2011-09-25-1/+5
* Implemented new createWorld methodDinnerbone2011-09-25-4/+14
* Blocked access to ColouredConsoleSenders constructor, implemented getConsoleS...Dinnerbone2011-09-24-1/+14
* Update to mcdev rename revision 01 for 1.8.1Dinnerbone2011-09-24-48/+47
* Added PlayerToggleSprint event and sprinting related API.Rigby2011-09-21-1/+9
* Implements the ability to customise and remove Player death messages.Rigby2011-09-21-2/+2
* Refactored a bunch of death code into the event factoryDinnerbone2011-09-21-0/+35
* Added getBedSpawnLocation to CraftPlayer. Thanks fernferret!EvilSeph2011-09-20-0/+10
* Return OfflinePlayer for offline wolf tamers. Thanks robinjamDinnerbone2011-09-20-2/+5
* Added event for endermen picking up and placing blocks and methods to get/set...Wizjany2011-09-20-0/+12
* Nullchex!Dinnerbone2011-09-19-0/+28
* implementation of PlayerGameModeChangeEvent callsunkid2011-09-18-0/+7
* Added support back in for biome temperature and rainfall in snapshots.Mike Primm2011-09-17-9/+15
* Implemented configurable ping packet limit.EvilSeph2011-09-16-0/+6
* Added toString overrides to new Craft entities.EvilSeph2011-09-16-0/+15
* Added new entity mappings to CreatureSpawnEvent factory.EvilSeph2011-09-16-2/+10
* Update for Minecraft 1.8.1Dinnerbone2011-09-15-1/+1
* Rename revision 2Dinnerbone2011-09-15-11/+11
* Setting exp shouldn't add, it should setDinnerbone2011-09-15-1/+1
* Implemented food methods + fixed dying resetting foodDinnerbone2011-09-15-0/+24