summaryrefslogtreecommitdiffstats
path: root/src/main/java/org
Commit message (Expand)AuthorAgeLines
* Some more backwards incompatible changes (minor though), also a ton of small ...Erik Broes2011-03-26-376/+312
* Add setSheared() to Sheep and setSize() to Slimes.Celtic Minstrel2011-03-26-2/+20
* Add material data classes for cake, jukeboxes, and diodes. Remove some unneed...Celtic Minstrel2011-03-26-6/+168
* World.spawnCreature now returns LivingEntity instead of Creature.Celtic Minstrel2011-03-26-2/+2
* Fixed missing breaks breaking stuff.Erik Broes2011-03-26-0/+3
* Added player join eventRaphfrk2011-03-26-2/+32
* Added Server.getServerId() for ID purposes.sk89q2011-03-26-0/+8
* added the MaterialData subclass Doorsunkid2011-03-25-2/+88
* Add: player.getCompassTargetErik Broes2011-03-25-0/+7
* Fixed basic dependency functionality - If class can't be found, all other .ja...Raphfrk2011-03-25-16/+36
* Add CreatureType.GIANTErik Broes2011-03-24-0/+1
* Fix wrong useItemInHand settingErik Broes2011-03-24-1/+2
* Fix for placing blocks after interacting with a blockErik Broes2011-03-24-1/+1
* Long overdue LivingEntity maximumNoDamageTicks, noDamageTicks, lastDamageErik Broes2011-03-24-0/+47
* Remove lingering PlayerItemEvent fileErik Broes2011-03-24-103/+0
* Replaced void teleportTo(Location) with boolean teleport(Location).Byron Shelden2011-03-23-0/+18
* Reworked BlockDamageEvent to match with the latest Mojang client/server changes.Erik Broes2011-03-23-24/+28
* Add PLAYER_INTERACT, remove BLOCK_RIGHT_CLICK, BLOCK_INTERACT and PLAYER_ITEMErik Broes2011-03-23-45/+222
* Added PlayerBucket eventsErik Broes2011-03-23-0/+146
* Renamed many events/constants to be not past tense <-- Major Break says: "HI"Erik Broes2011-03-23-51/+43
* added MaterialData classes and associated Enums for COAL, CROPS, LOG, LEAVES,...sunkid2011-03-21-6/+427
* Added DamageType.VOIDGunther De Wachter2011-03-17-0/+6
* onLoad optional...Dinnerbone2011-03-15-0/+4
* Plugins can no longer register events while disabledDinnerbone2011-03-14-1/+29
* All previous deprecated methods removed (OH GOD EVERYTHING BROKEN)Dinnerbone2011-03-14-57/+1
* Adds an onLoad method to Plugin. The onLoad method is called for all plugins ...Raphfrk2011-03-14-0/+9
* Added server methods required to support RemoteBukkit:stevenh2011-03-12-0/+31
* Corrected description of CommandSender.getServer()stevenh2011-03-12-1/+1
* Removed unneeded string constant concatstevenh2011-03-12-6/+6
* Compensate for sendMessage losing its 'unintended splitting on existing newli...Erik Broes2011-03-12-1/+3
* Added Player.sendRawMessage().sk89q2011-03-12-0/+7
* Merge branch 'master' of github.com:Bukkit/Bukkitstevenh2011-03-11-1/+50
|\
| * added methods for getting redstone powerTahg2011-03-10-1/+35
| * Chunk hooksTahg2011-03-10-0/+6
| * Added LivingEntity.getEyeLocation() for getting the eyes location.Andrew Ardill2011-03-09-0/+9
* | Fixed blank yaml config files throwing a null pointer exceptionstevenh2011-03-11-1/+5
|/
* Reverted classloader changes by 1f0d89be27, now actually works! Again!Dinnerbone2011-03-08-14/+6
* Don't throw commands if the plugin is disabledDinnerbone2011-03-07-0/+4
* Purged deprecated MobType and MobSpawnerDinnerbone2011-03-07-129/+11
* Added damage(int) and damage(int, Entity) for LivingEntityForsaken2011-03-07-0/+15
* Adds basic plugin dependencies, courtesy of RaphfrkDinnerbone2011-03-07-23/+182
* Fixed Material constructorholic2011-03-07-1/+1
* Regenerate and refresh chunk methodsRaphfrk2011-03-07-0/+18
* Deprecated momentum on player (remove tomorrow), added velocityDinnerbone2011-03-05-0/+18
* Added a few null pointer checks and performed minor touchups (tried improving...VictorD2011-03-05-16/+51
* Added entity.get/setMomentumDinnerbone2011-03-04-0/+15
* You shouldn't be here, little method. We already have a getData.Dinnerbone2011-03-04-2/+0
* Small change for CraftBukkit BlockFlowing fixErik Broes2011-03-02-2/+4
* Add World.save() and Server.savePlayers();Morgan Humes2011-03-02-0/+10
* Java 1.5 compat.Erik Broes2011-03-02-3/+24