summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/bukkit/event/world/WorldListener.java
Commit message (Expand)AuthorAgeLines
* Deprecation cleanup.Erik Broes2012-02-18-82/+0
* [Bleeding] Changed event system into a new, much faster design. Huge thanks t...Nathan Adams2012-01-17-0/+1
* Generic cleaningErik Broes2012-01-15-2/+3
* Added onStructureGrow event, thanks to md-5.Nathan Adams2011-12-09-2/+7
* Many javadoc fixes thanks to Celtic MinstrelDinnerbone2011-09-25-1/+1
* Removing 14 deprecated methods per http://bit.ly/mO2f4dDinnerbone2011-06-16-13/+2
* Added ChunkPopulateEvent, new "newChunk" property on ChunkLoadEventDinnerbone2011-06-16-0/+9
* Added various 1.6 portal events.Stephen2011-06-08-0/+7
* Implemented WorldUnloadEvent and unloadWorld().Rigby2011-06-07-0/+7
* Added custom world generator APIDinnerbone2011-06-06-0/+8
* Whitespace + general cleanupErik Broes2011-05-15-13/+10
* Added the SPAWN_CHANGE event, which occurs when a world's spawn is changed.William Bowers2011-04-02-0/+8
* We weren't supposed to break things *that* hard. Plugins still need to update...Dinnerbone2011-03-31-3/+8
* Force compile-time failures for the subtle changes done in the APIErik Broes2011-03-30-0/+4
* Some more backwards incompatible changes (minor though), also a ton of small ...Erik Broes2011-03-26-3/+3
* Renamed many events/constants to be not past tense <-- Major Break says: "HI"Erik Broes2011-03-23-4/+4
* Added event for when a world is saved (EyvindRM)Dinnerbone2011-02-09-0/+8
* New event WORLD_LOADEDDinnerbone2011-02-08-0/+8
* Events should be present tense, not paste tense.Erik Broes2011-01-15-2/+2
* Added Chunk events in new World categoryDinnerbone2011-01-04-0/+25