summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeLines
* Changed all tabs to 4 spacesdurron5972011-01-01-204/+203
* removed unnecessary importsdurron5972011-01-01-2/+0
* Removed @Override from the cancellable methodsdurron5972011-01-01-4/+0
* Transition to MavenErik Broes2011-01-01-0/+0
* Changed BlockCanBuildEvent to store the int and not the materialdurron5972011-01-01-5/+5
* Changed BlockCanBuild event to pass the materialdurron5972011-01-01-11/+19
* Fixed materialDinnerbone2011-01-01-78/+284
* Merge branch 'master' of github.com:Dinnerbone/BukkitDinnerbone2011-01-01-99/+102
|\
| * Added onBlockCanBuild to loaderdurron5972011-01-01-2/+7
| * Implemented BLOCK_CANBUILD, had wrong Listener method namedurron5972011-01-01-4/+15
| * Added BlockCanBuild Event. Fixed Event enumerationdurron5972010-12-31-1/+36
| * Actually put the correct functionality in isCancelled and setCancelleddurron5972010-12-31-5/+5
| * Reimplemented BlockFlow to use multiple BlockFromToEventsdurron5972010-12-31-87/+15
| * Added Cancellable interfacedurron5972010-12-31-5/+26
| * Added private static final UIDdurron5972010-12-31-3/+6
* | Moved itemstack.type to materialDinnerbone2011-01-01-216/+26
|/
* Merge branch 'master' of github.com:Dinnerbone/BukkitDinnerbone2010-12-31-19/+62
|\
| * Added self facedurron5972010-12-31-1/+2
| * Stated "not implemented yet"durron5972010-12-31-5/+1
| * Implemented BlockRightClickedEventdurron5972010-12-31-6/+37
| * Fixed bug with BlockFlow.equalsdurron5972010-12-31-1/+1
| * Changed it so we store both the block and the face for speeddurron5972010-12-31-3/+5
| * Implemented BLOCK_FLOWdurron5972010-12-31-3/+16
* | Updated sample plugin to test physicsDinnerbone2010-12-31-0/+10
|/
* Added BlockFlowEvent, fixed up BlockFromToEvent, cleaned updurron5972010-12-30-16/+98
* Changed fromTo to be Block, Facedurron5972010-12-30-15/+7
* Merge remote branch 'upstream/master'durron5972010-12-30-26/+64
|\
| * BlockPhysics can be canceledDinnerbone2010-12-30-0/+21
| * Added the single most important event ever to be conceivedDinnerbone2010-12-30-0/+75
* | Changed event enumerationdurron5972010-12-30-4/+6
* | Added block eventsdurron5972010-12-30-0/+229
|/
* Broken plugins no longer crash the serverDinnerbone2010-12-30-1/+5
* Added sendMessage() to player, added /pos to sample pluginDinnerbone2010-12-30-0/+7
* Moved getName from Player to HumanEntityDinnerbone2010-12-30-7/+7
* Rename EntityHuman -> HumanEntityDinnerbone2010-12-30-2/+2
* EntityHuman is a LivingEntityDinnerbone2010-12-29-1/+1
* Changed ItemStack to be a class, added bodyDinnerbone2010-12-29-7/+53
* Added Entity interfaces, changed Player to implement theseDinnerbone2010-12-29-15/+311
* Location implements CloneableDinnerbone2010-12-29-1/+6
* Swapped yaw/pitch in Location constructor to match MinecraftDinnerbone2010-12-29-1/+1
* Fixed another nullcheck in pluginmanagerDinnerbone2010-12-29-1/+1
* Additional constructor for PlayerLoginEventDinnerbone2010-12-28-0/+6
* Tweak to PlayerChatEvent, allow plugins to set the player that the chat/comma...Dinnerbone2010-12-28-1/+11
* Make a start on block events, fixed nullcheck in PluginManagerDinnerbone2010-12-28-8/+9
* Added onPlayerLoginDinnerbone2010-12-28-0/+109
* Added onPlayerMove and onPlayerTeleportDinnerbone2010-12-28-4/+169
* Added onPlayerChat and onPlayerCommandDinnerbone2010-12-28-3/+81
* Fixed renameDinnerbone2010-12-28-2/+2
* Removed server argument on events, renamed player events and commented out th...Dinnerbone2010-12-28-88/+66
* Removed eventFactory, it's uselessdurron5972010-12-28-29/+0