summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeLines
* 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 ↵Raphfrk2011-03-25-16/+36
| | | | .jar files are scanned
* 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
| | | | | - The return value indicates if the teleport was successful. - void teleportTo(...) should delegate to the new teleport(...).
* 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, ↵sunkid2011-03-21-6/+427
| | | | LEAVES, STEP, and DOUBLE_STEP
* 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
| | | | before the onEnable calls
* Added server methods required to support RemoteBukkit:stevenh2011-03-12-0/+31
| | | | | | | * getPort() * getIP() * getServerName() * dispatchCommand(...)
* Corrected description of CommandSender.getServer()stevenh2011-03-12-1/+1
|
* Removed unneeded string constant concatstevenh2011-03-12-6/+6
| | | | Note: editor removed spaces on otherwise empty lines
* Compensate for sendMessage losing its 'unintended splitting on existing ↵Erik Broes2011-03-12-1/+3
| | | | newlines'-feature
* 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 ↵VictorD2011-03-05-16/+51
| | | | improving a few equals, clone and hashCode methods).
* 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
|
* Added method to set spawn locationSpeaKeasY2011-03-01-0/+7
|
* Added World.getPlayersTanel Suurhans2011-02-28-10/+8
|
* command.set/getDescription replaces a now deprecated set/getTooltip + javadocsDinnerbone2011-02-28-8/+74
|
* PluginCommand getExecutor + javadocsDinnerbone2011-02-28-0/+25
|
* Added JavaPlugin.getCommandDinnerbone2011-02-28-0/+34
|
* Added Server.getPluginCommandDinnerbone2011-02-28-0/+9
|
* Case-insensitive commandsDinnerbone2011-02-28-5/+7
|