summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeLines
* Renamed ItemStack.set/getDamage to durability, which is now a short. Added Ma...Dinnerbone2011-01-31-72/+84
* Added INVENTORY_OPEN as a player eventDinnerbone2011-01-30-0/+40
* Added support for different tree generation types and a callback.sk89q2011-01-30-4/+64
* Removed EntityDeathEvent.setDrops() (just use getDrops.add/etc)Dinnerbone2011-01-30-9/+0
* Added new EventExecutor, missed in last commitstevenh2011-01-29-0/+12
* Renamed IExecutor -> CommandExecutor and fixed SERVER_COMMAND docstevenh2011-01-29-70/+65
* Finalising merge with headstevenh2011-01-29-0/+44
* merge with headstevenh2011-01-29-15/+289
|\
| * Added Block.isBlockPowered(), block.isBlockIndirectlyPowered().sk89q2011-01-28-0/+14
| * Fixed only being able to use /reload onceDinnerbone2011-01-28-15/+32
| * clearPlugins() and clearCommands() for PluginManager and CommandMap respectivelyDinnerbone2011-01-28-0/+40
| * Added player.performCommand(String)Dinnerbone2011-01-28-0/+8
| * onDisable on stop - stephankTaylor Kelly2011-01-27-0/+11
| * ENTITY_DEATHDinnerbone2011-01-27-1/+41
| * BlockBurnEventTaylor Kelly2011-01-26-0/+49
| * Added methods to get a list of entities to World.sk89q2011-01-26-0/+18
| * EntityTargetEventTaylor Kelly2011-01-26-0/+113
* | Refactored event calling so its front loading avoiding the lookup for each ev...stevenh2011-01-29-367/+540
|/
* some changes to commentsRaphfrk2011-01-25-1/+1
* added load chunk methodRaphfrk2011-01-25-0/+6
* Added getBlockReplacedState to enable checking of type of replaced block.VictorD2011-01-24-2/+14
* Added PlayerEggThrowEvent.getEgg().sk89q2011-01-23-1/+13
* Added squid as a valid mob type.sk89q2011-01-23-1/+2
* Added full tile entity data support for all block types that use it, includin...sk89q2011-01-23-1/+162
* EntityExplodeEvent keeps track of its Location.Adam Tanner2011-01-21-3/+15
* Block instance getLocation() method.Adam Tanner2011-01-21-0/+9
* Fully implemented /versionDinnerbone2011-01-20-15/+115
* Added extra plugin description fieldsDinnerbone2011-01-20-8/+74
* Added compass setting methods.sk89q2011-01-20-0/+8
* Added suffocation damage as an event.sk89q2011-01-20-0/+6
* fix for entity damaged by projectile eventAndrew Ardill2011-01-20-1/+8
* Added /version and /reload commandsDinnerbone2011-01-20-0/+32
* Fixed empty check in PluginCommandDinnerbone2011-01-20-4/+1
* Material.getMaxStackSizeDinnerbone2011-01-20-70/+111
* Fixed Button and Lever MaterialData returning incorrect getAttachedFace()Dinnerbone2011-01-20-2/+2
* add getSpawnLocation() to the World APIFeepingCreature2011-01-20-0/+4
* Address Feature#105:Implement support for PLAYER_ANIMATION hook/event.Nathan Wolf2014-09-09-0/+54
* Event hooks were ordered in backwards order versus the expected way. To avoid...mcasper2011-01-20-14/+14
* added isOp apiTahg2011-01-18-0/+7
* Fixed minor bug with alias registration and removed debug outputVictorD2011-01-18-3/+1
* Updated commands to have optional aliases, and to fallback to /pluginName:cmd...VictorD2011-01-18-161/+233
* Merge branch 'master' of https://github.com/Bukkit/BukkitTahg2011-01-17-0/+3
|\
| * added call to onBlockRedstoneChangeTal Eisenberg2011-01-18-0/+3
* | fixed storage of data fieldTahg2011-01-17-1/+4
|/
* Added EntityExplodeEvent :Dspeakeasy2011-01-18-0/+53
* Added interfaces for every entity type. Most (if not all) are empty.Andrew Ardill2011-01-18-0/+297
* Updated Inventory with proper generics, fixed ItemStack to have data as 'Byte...Erik Broes2011-01-17-8/+8
* Added Configuration.getKeys().sk89q2011-01-16-0/+19
* Added null check and removed unused method from FillrVictorD2011-01-16-7/+10
* Added command registration to plugin config file. Registered commands are sen...VictorD2011-01-16-0/+184