summaryrefslogtreecommitdiffstats
path: root/src/main/java/org
Commit message (Expand)AuthorAgeLines
* Don't want the scheduler taking invalid arguments as well.sk89q2011-04-18-0/+8
* Fixed CraftScheduler to catch exceptions thrown by tasks, rather than crash t...sk89q2011-04-18-5/+20
* The @Override annotation should only be used when overriding a method.Andrew Ardill2011-04-14-2/+0
* Made fauxSleeping persist on death and cross-world teleport.sk89q2011-04-11-0/+1
* Fixin' the problem of AFK people not in bed.sk89q2011-04-11-0/+9
* Made what should be the last change missed in translation that might cause ch...EvilSeph2011-04-07-1/+1
* Added bed events and methods.sk89q2011-04-07-0/+10
* Fixed firstEmpty() by making it search for the first null instead of Material...EvilSeph2011-04-07-1/+7
* Made another change that was missed in translation that might cause chunk iss...alron2011-04-07-1/+1
* Fixed Compile errorTahg2011-04-06-4/+4
* Fixed some NPE issues caused by previous commitTahg2011-04-06-20/+36
* Fixed stupidity in CraftInventory return typesTahg2011-04-06-16/+16
* getContents now returns null for items whose underlying item is nullTahg2011-04-06-1/+1
* added some API for entitiesTahg2011-04-04-0/+8
* Added player.saveData and player.loadData.afforess2011-04-03-0/+8
* Fix chunk.getEntitiesErik Broes2011-04-02-5/+5
* Implemented entity.getNearbyEntities()Stephen2011-04-02-1/+12
* implementation of Entity.isDeadafforess2011-04-02-0/+4
* Forces clients to update to the new time immediately when setTime or setFullT...afforess2011-04-02-0/+6
* Implemented the new SpawnChangeEvent in CraftWorld.setSpawnLocation()William Bowers2011-04-02-0/+7
* Changed default database location to {NAME}.db instead of database.dbDinnerbone2011-04-01-1/+1
* Implemented ebeansDinnerbone2011-04-01-0/+41
* Made Server a singletonDinnerbone2011-04-01-0/+2
* Fix Entity.setVelocityErik Broes2011-04-01-1/+1
* Fix world.getFullTime()Erik Broes2011-04-01-1/+1
* Capture errors in plugins onLoadDinnerbone2011-03-31-2/+2
* Implemented WolfDinnerbone2011-03-31-0/+42
* Updated to Minecraft version 1.4Dinnerbone2011-03-31-29/+34
* CreatureSpawnEvent: Fix forgotten inheritance with CreatureTypeErik Broes2011-03-30-2/+3
* world.spawnCreature cast fixErik Broes2011-03-30-1/+1
* Add MONSTER to CreatureSpawnEventErik Broes2011-03-29-4/+7
* Move passenger-handling to CraftEntityErik Broes2011-03-29-27/+26
* RegisterInterface reload bug fixStephen2011-03-29-1/+2
* Ctrl+C saves world before stoppingDinnerbone2011-03-29-0/+17
* Moved WORLD_LOAD event to after world is actually loadedDrakia2011-03-29-3/+1
* Line endings, damnit!Dinnerbone2011-03-27-222/+222
* Fix some wrong event creations after previous changeErik Broes2011-03-26-3/+3
* Updated for the cleanups done in BukkitErik Broes2011-03-26-8/+1
* Implement Sheep.get/setSheared.Celtic Minstrel2011-03-26-0/+8
* Implement Slime.set/getSize()Celtic Minstrel2011-03-26-0/+11
* World.spawnCreature now returns LivingEntity instead of Creature, to allow Gh...Celtic Minstrel2011-03-26-3/+3
* Switched biome coords from chunk based to block basedRaphfrk2011-03-26-1/+1
* Added Server.getServerId() for ID purposes.sk89q2011-03-26-6/+8
* Copy displayname when cross-world teleportingErik Broes2011-03-25-0/+1
* Implement player.getCompassTargetErik Broes2011-03-25-1/+9
* Fixed CraftWorld.getSpawnLocation() not return the exact spawn location.sk89q2011-03-25-1/+1
* Stop GIANT discriminationErik Broes2011-03-24-0/+3
* Fix CreatureType of CreatureSpawn eventErik Broes2011-03-24-12/+12
* Prevent double CraftWorld for the same worldErik Broes2011-03-24-1/+1
* Implementation of LivingEntity maximumNoDamageTicks, noDamageTicks, lastDamageErik Broes2011-03-24-0/+24