summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeLines
...
* Refactor Bucket eventsErik Broes2011-07-17-81/+83
* Remove some deprecated methods in WorldErik Broes2011-07-17-40/+0
* Deprecated Block.getFace(Face) and Block.getFace(Face,int); use getRelative()Erik Broes2011-07-17-42/+35
* Added Block.getPistonMoveReaction, BlockPistonExtend and BlockPistonRetractEventErik Broes2011-07-17-0/+205
* More JavaDoc improvements.EvilSeph2011-07-15-161/+335
* Added interface for setting and getting a pig zombie's anger level.Celtic Minstrel2011-07-14-7/+29
* Fixed setFacingDirection and removed redundant interface. Thanks DiddiZ!EvilSeph2011-07-14-21/+19
* Made ConfigurationNode.getAll() more maintainable. Thanks devinsba!EvilSeph2011-07-14-20/+1
* Added additional BlockFace enum members and fixed Sign class.sunkid2011-07-14-9/+89
* Fix missing/incorrect stack sizes and max damages. Thanks celticminstrel and ...EvilSeph2011-07-14-8/+8
* Added helper methods World.getHighestBlockAt, Block.isEmpty, Block.isLiquid. ...Dinnerbone2011-07-13-0/+88
* Added unbiased octave generators + normalized argument to generating noise th...Dinnerbone2011-07-13-1/+423
* uuid changesTahg2011-07-13-2/+5
* Fixed static methods in PerlinNoiseGeneratorDinnerbone2011-07-08-2/+2
* Implements World UID.Rigby2011-07-07-1/+18
* Added PlayerFish event.EvilSeph2011-07-03-0/+105
* Fixed PlayerPickupItem event returning wrong amount picked up and added funct...EvilSeph2011-07-02-1/+12
* Improved FurnaceBurn event.EvilSeph2011-07-02-2/+31
* Added reasons for entities regaining health.EvilSeph2011-06-30-6/+31
* Update to 1.7Dinnerbone2011-06-30-0/+191
* Change PortalCreateEvent constructor ArrayList to CollectionErik Broes2011-06-27-2/+3
* Added a Perlin and Simplex noise generator for utilsDinnerbone2011-06-26-0/+843
* More JavaDoc improvements.EvilSeph2011-06-25-139/+435
* Register commands on any enableDinnerbone2011-06-26-1/+12
* Fixed Note class.sunkid2011-06-23-12/+12
* Fixed 'bad aliases' error output.EvilSeph2011-06-23-5/+4
* Added missing 'implements Cancellable' to several classes.EvilSeph2011-06-22-4/+4
* JavaDoc cleanup.EvilSeph2011-06-22-36/+85
* The server config can now specify aliases to multiple (or none) commands, for...Dinnerbone2011-06-22-8/+51
* Added new getDefaultWorldGenerator method to PluginDinnerbone2011-06-22-0/+16
* Added new plugin.yml option 'load', possible values are 'startup' and 'postwo...Dinnerbone2011-06-22-0/+32
* Added SpawnReasons to CreatureSpawn events. Thanks winsock!EvilSeph2011-06-21-1/+43
* Added Sky biome for the Skylands. Thanks robin0van0der0v!EvilSeph2011-06-21-1/+2
* Added a method to retreive all fully qualified configuration values for a con...EvilSeph2011-06-21-2/+62
* Implements isBedSpawn() to the PlayerRespawnEvent.Rigby2011-06-20-1/+12
* Implements customiseable PortalTravelAgent and updated PlayerPortalEvent.Rigby2011-06-20-6/+88
* Added Furnace smelt and burn events.EvilSeph2011-06-20-0/+204
* Added API to allow plugins to set the world's spawn flags.EvilSeph2011-06-19-0/+22
* Added getOnlineMode() for the Server. Thanks Rigby!EvilSeph2011-06-19-0/+7
* Added Target Reasons for Wolf events. Thanks Deaygo!EvilSeph2011-06-18-0/+12
* Added the concept of a projectile.sunkid2011-06-18-16/+83
* Added PlayerToggleSneakEvent.isSneaking().sk89q2011-06-18-1/+12
* Added BlockSpread, BlockForm and BlockFade events.EvilSeph2011-06-17-1/+193
* Added EntityRegainHealthEvent. Thanks TimWolla!EvilSeph2011-06-17-0/+84
* Added the concept of an Explosive.sunkid2011-06-17-10/+49
* Added ChunkSnapShot improvements. Thanks mikeprimm!EvilSeph2011-06-17-0/+47
* Added Instrument enum, Note class and get/setNote functions. Thanks xZise!EvilSeph2011-06-17-3/+283
* Added per player time support. Thanks eisental, Shamebot and needspeed10!EvilSeph2011-06-17-0/+42
* Added a general spawn method.sunkid2011-06-17-0/+18
* Added setFire option to createExplosion methods.sunkid2011-06-17-0/+24