summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* PlayerEggThrowEventTaylor Kelly2011-01-11-96/+237
|
* Merge branch 'master' of https://github.com/Bukkit/BukkitTahg2011-01-10-408/+1583
|\ | | | | | | | | Conflicts: src/main/java/org/bukkit/Player.java
| * BlockDamagedEventTaylor Kelly2011-01-10-21/+68
| |
| * EntityCombustEventTaylor Kelly2011-01-10-0/+41
| |
| * Added BlockIgniteEvent.speakeasy2011-01-10-6/+88
| |
| * Cleaned up FillrTaylor Kelly2011-01-10-269/+245
| |
| * Fixed getArmorContents() return valueErik Broes2011-01-09-3/+6
| |
| * forgot to initialize canceldurron5972011-01-09-0/+1
| |
| * Updated inventories to a has-a relationship.Erik Broes2011-01-09-45/+232
| | | | | | | | | | Added PlayerInventory interface with playeronly methods. Add equals to ItemStack.
| * Added JavaDoc @see comments and @todo notes for those that aren't specified ↵Luke GB2011-01-09-0/+87
| | | | | | | | in the listener
| * Removed unnecessary import warningsdurron5972011-01-09-3/+0
| |
| * Added ItemDrop, world.dropItem(), and world.dropItemNaturally().sk89q2011-01-08-0/+33
| |
| * Made Location.clone() public.sk89q2011-01-08-1/+1
| |
| * Changed Block.setTypeID() to return a boolean indicating whether the block ↵sk89q2011-01-08-1/+2
| | | | | | | | was changed (as provided by Minecraft).
| * Fixed VehicleListener not being able to registerDinnerbone2011-01-08-1/+6
| |
| * Should be LivingEntitydurron5972011-01-08-4/+4
| |
| * Implemented BlockInteract, BlockRightClicked and PlayerItem. Removeddurron5972011-01-08-122/+282
| | | | | | | | BlockItem as we're not doing it that way anymore.
| * Added block.getBiome()Dinnerbone2011-01-08-0/+27
| |
| * Added World.getName and World.getIdDinnerbone2011-01-08-0/+16
| |
| * Added Entity.teleportTo(Entity)Dinnerbone2011-01-08-1/+8
| |
| * Added passenger methods to Vehicle/LivingEntity.sk89q2011-01-07-0/+39
| |
| * Added World.spawnBoat().sk89q2011-01-07-0/+8
| |
| * Added Boat interface.sk89q2011-01-07-0/+9
| |
| * Moving some minecart flags that don't belong in the event out of the event.sk89q2011-01-07-35/+1
| |
| * Merge remote branch 'remotes/origin/master'sk89q2011-01-07-290/+1107
| |\
| | * Added state update()Dinnerbone2011-01-07-0/+30
| | |
| | * Make a start on BlockState stuffDinnerbone2011-01-07-4/+126
| | |
| | * Added Sign interfaceDinnerbone2011-01-07-0/+39
| | |
| | * Set. Not get.Dinnerbone2011-01-07-1/+1
| | |
| | * Added PlayerChatEvent.getFormat/setFormatDinnerbone2011-01-07-0/+19
| | |
| | * Added Player.getDisplayName() and Player.setDisplayName(String)Dinnerbone2011-01-07-0/+20
| | |
| | * Removed BlockRightClicked, as it's subsumed by PlayerBlockItemEventdurron5972011-01-07-61/+0
| | |
| | * Some BlockFace improvementsDinnerbone2011-01-07-1/+49
| | |
| | * Added canBuild to eventdurron5972011-01-07-18/+24
| | |
| | * Implemented Item_Use eventsdurron5972011-01-07-42/+176
| | |
| | * Convenience method to see if a material is a blockdurron5972011-01-07-1/+5
| | |
| | * First version of item use eventdurron5972011-01-07-0/+40
| | |
| | * Documented + added server.matchPlayerDinnerbone2011-01-07-0/+13
| | |
| * | Various changes to the vehicle hooks.sk89q2011-01-07-11/+73
| | |
| * | Merge remote branch 'remotes/origin/master'sk89q2011-01-03-23/+54
| |\ \
| * | | Added LivingEntity.shootArrow().sk89q2011-01-03-0/+7
| | | |
* | | | added getAddress interface for PlayerTahg2011-01-10-3/+18
| |_|/ |/| |
* | | Fixed Updatr stuffDinnerbone2011-01-05-6/+15
| | |
* | | Tweaked some more exceptions, get messages passedDinnerbone2011-01-05-8/+8
| | |
* | | Separate InvalidDescriptionException -> InvalidPluginExceptionDinnerbone2011-01-05-4/+2
| | |
* | | Slightly better "invalid plugin.yml" errorsDinnerbone2011-01-05-46/+92
| | |
* | | Added Server.getTime and Server.setTimeFrozenCow2011-01-05-0/+14
| | |
* | | Initial Inventory stuff, read only, no hooks. Only implemented for the ↵Erik Broes2011-01-05-2/+108
| | | | | | | | | | | | StorageMinecart
* | | Merge branch 'master' of github.com:Bukkit/Bukkitstevenh2011-01-04-170/+400
|\ \ \
| * | | JavadocDinnerbone2011-01-04-7/+30
| | | |