summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Added interfaces for every entity type. Most (if not all) are empty.Andrew Ardill2011-01-18-0/+297
| | | | | | These are place holders at the moment, to be used when determining entity type. Further functionality could be added to these interfaces later.
* Updated Inventory with proper generics, fixed ItemStack to have data as ↵Erik Broes2011-01-17-8/+8
| | | | 'Byte' so we can put in nulls when not having data.
* 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 ↵VictorD2011-01-16-0/+184
| | | | sent to the corresponding plugin.onCommand method when executed.
* Added Invenrory.removeItem(ItemStack...)Erik Broes2011-01-16-1/+15
|
* Removed unnecessary importsdurron5972011-01-16-5/+0
|
* Removed field that shouldn't be there.durron5972011-01-16-2/+0
|
* Implementation of the EntityDamage*Events.Andrew Ardill2011-01-16-1/+75
| | | | | | | | A new event EntityDamageByProjectileEvent was created. EntityDamageByProjectileEvent adds the ability to get the projectile entity (such as an egg) and also set if the projectile 'bounces'. New interfaces were created to facilitate all kinds of projectile entities. Changes were made to facilitate the new event, and enable other events, for plugins and event listeners.
* Fixed BlockFromToEvent not knowing source block from destination block.sk89q2011-01-15-4/+4
|
* Added Block.getRelative(BlockFace).sk89q2011-01-15-0/+8
|
* Added item-in-hand related API.sk89q2011-01-15-5/+18
|
* Updated JavaPluginLoader with renamed methods.sk89q2011-01-15-4/+4
|
* Fixed BlockListener methods to be present tense.sk89q2011-01-15-4/+4
|
* Added setContents() to Inventory.sk89q2011-01-15-0/+7
|
* Moved org.bukkit.Vector to org.bukkit.util.sk89q2011-01-15-2/+7
|
* Added Server.broadcastMessage().sk89q2011-01-15-0/+8
|
* Moved block stuff from org.bukkit to org.bukkit.blockDinnerbone2011-01-15-99/+102
|
* All inventory stuff in org.bukkit moved to org.bukkit.inventoryDinnerbone2011-01-15-12/+15
|
* All entity stuff in org.bukkit moved to org.bukkit.entityDinnerbone2011-01-15-257/+282
|
* Added Sign MaterialDataDinnerbone2011-01-15-3/+108
|
* Added Inventory.clear(|index) Inventory.remove(typeId|Material|ItemStack)Erik Broes2011-01-15-1/+35
|
* Fixed 3 event rename typos, cheers Master-Guy for letting me knowErik Broes2011-01-15-3/+3
|
* Added Button MaterialDataDinnerbone2011-01-15-1/+59
|
* Added Lever MaterialDataDinnerbone2011-01-15-1/+62
|
* Added Ladder MaterialDataDinnerbone2011-01-15-1/+49
|
* Correctly added all MaterialData to their appropriate Material enumDinnerbone2011-01-15-8/+6
|
* RedstoneWire MaterialDataDinnerbone2011-01-15-0/+35
|
* RedstoneTorch MaterialData + Redstone interfaceDinnerbone2011-01-15-0/+50
|
* Added TorchesDinnerbone2011-01-15-0/+50
|
* Added Attachable MaterialDataDinnerbone2011-01-15-0/+16
|
* Events should be present tense, not paste tense.Erik Broes2011-01-15-43/+43
|
* Changed BlockFace to match enum standardsDinnerbone2011-01-15-11/+11
|
* Added int getBlockTypeIdAt(int x, int y, int z) to WorldErik Broes2011-01-15-0/+10
|
* Global ID -> Id renameErik Broes2011-01-15-36/+35
|
* Added MaterialData from BlockStateDinnerbone2011-01-15-18/+14
|
* Fixed dye coloursDinnerbone2011-01-15-16/+16
|
* Cleaned up Configuration Javadoc.sk89q2011-01-15-5/+0
|
* JavaPlugin now loads the configuration file on load. getConfiguration() now ↵sk89q2011-01-15-3/+3
| | | | is much cheaper to call.
* Added list support to Configuration.sk89q2011-01-15-166/+377
|
* Plugin data folders are now no longer created by default.sk89q2011-01-15-3/+5
|
* Improved the Javadoc for JavaPlugin.getConfiguration().sk89q2011-01-15-1/+4
|
* Configuration files need to be .yml, not .yaml.sk89q2011-01-15-1/+1
|
* Added Configuration.getBoolean().sk89q2011-01-14-0/+20
|
* Added configuration and plugin data directory support to plugins.sk89q2011-01-14-20/+87
|
* Added basic configuration classes.sk89q2011-01-14-0/+226
|
* Added kick player.speakeasy2011-01-15-0/+7
|
* Infinite loops are like infinite loops which are like infinite loops which ↵Dinnerbone2011-01-14-1/+1
| | | | *bang*
* Added Wool + DyesDinnerbone2011-01-14-29/+127
|
* Added MaterialDataDinnerbone2011-01-14-8/+142
|