summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/bukkit/World.java
Commit message (Expand)AuthorAgeLines
* Implement pre-spawn API to allow modifications to spawned entities.Xor Boole2016-12-06-0/+19
* Added method for spawning a falling block with the BlockDataLukBukkit2016-11-26-0/+17
* Implement SoundCategory for playing sounds.LukBukkit2016-11-19-0/+28
* SPIGOT-2595: Clarify World#getHighestBlockYAt behaviourmd_52016-08-13-5/+10
* Deprecate dangerous method paramater used for unsafe chunk unloads.md_52016-03-19-0/+2
* SPIGOT-1638 / SPIGOT-1673: Rework Potions APIt00thpick12016-03-12-0/+14
* Added a playSound method to World which accepts a String parameter.Lukas Hennig2016-03-06-0/+14
* Add definitions for Minecraft 1.9 gameplay elementsmd_52016-03-01-0/+194
* Remove EntityType and some deprecated Entity methodsBlackHole2016-03-01-24/+0
* Add a getNearbyEntities method to get entities which are within range of a sp...Nathan Wolf2015-04-07-0/+13
* Deprecate refreshChunk.md_52015-01-31-0/+3
* Add WorldBorder APITheCutter2014-12-14-0/+7
* Clean up the javadoc to pass java 8's doclintThinkofdeath2014-11-30-1/+13
* Deprecate missed magic values from 1f83111208ab3612f384a2e6b65cc28423dc625eWesley Wolfe2014-04-01-0/+4
* Pulling all pending Bukkit-JavaDoc changesWesley Wolfe2014-03-24-1/+1
* Pulling all pending Bukkit-JavaDoc changesWesley Wolfe2013-12-15-96/+178
* Pulling all pending Bukkit-JavaDoc changesWesley Wolfe2013-11-30-2/+2
* Deprecate magic valuesWesley Wolfe2013-08-28-0/+8
* Pulling all pending Bukkit-JavaDoc changesEdmond Poon2013-08-03-0/+4
* Pulling all pending Bukkit-JavaDoc changesEdmond Poon2013-04-02-38/+38
* Pulling all pending Bukkit-JavaDoc changesWesley Wolfe2013-02-22-4/+5
* Improve javadoc in 26 files.feildmaster2013-01-22-3/+3
* Add API for creating explosions without damaging blocks. Fixes BUKKIT-3061feildmaster2012-11-27-0/+14
* Add API for ambient mob spawn limit. Adds BUKKIT-2765Travis Watkins2012-10-31-0/+14
* Add API for managing and using GameRules. Adds BUKKIT-2757feildmaster2012-10-31-0/+39
* Add API for Sound, and playing the sounds for Worlds and Players. Adds BUKKIT...feildmaster2012-08-21-0/+12
* Add isChunkInUse() to World. Addresses BUKKIT-2330Mike Primm2012-08-19-0/+9
* Add interface for spawning FallingBlocks and correctly spawn a FallingBlock w...feildmaster2012-08-14-0/+26
* Deprecate spawnCreature and add spawnEntity. Addresses BUKKIT-1168V10lator2012-06-23-0/+11
* Javadoc updatesfeildmaster2012-06-03-2/+2
* Add API for managing mob spawn limits per-world. Fixes BUKKIT-1565Travis Watkins2012-04-23-0/+42
* [Bleeding] Add APIs for editing biome data. Addresses BUKKIT-1075Mike Primm2012-03-08-3/+10
* Adding/expanding documentationCeltic Minstrel2012-02-29-0/+5
* Fix javadoc errors/warningsCeltic Minstrel2012-02-29-0/+3
* Implementation of richer playEffect methods. Addresses BUKKIT-857Celtic Minstrel2012-02-29-2/+21
* [Bleeding] Added a Metadata framework for Entities, Blocks, and Worldsrmichela2012-02-29-1/+2
* [Bleeding] Added EntityType to replace CreatureType.Celtic Minstrel2012-02-22-0/+10
* Add getEntitiesByClass(Class<T>) and getEntitiesByClasses(Class<?>...), depre...Mike Primm2012-02-18-0/+15
* Deprecation cleanup.Erik Broes2012-02-18-12/+0
* Added configurable animal and monster ticks per spawn setting.EvilSeph2012-02-10-0/+84
* Added 'generate-structure' setting support and WorldCreator property.Eric Stokes2012-01-29-0/+7
* [Bleeding] Added: <T extends Entity> Collection<T> World.getEntitiesByClass(C...Mike Primm2012-01-17-0/+8
* Added a World.getWorldType() methodNathan Adams2012-01-15-0/+7
* Generic cleaningErik Broes2012-01-15-18/+13
* Implemented new Plugin Message API - see http://dinnerbone.com/blog/2012/01/1...Nathan Adams2012-01-13-1/+2
* Generic cleanup of warnings, whitespace and style.Erik Broes2011-12-25-5/+8
* Added world.getWorldFolder, server.getWorldContainerNathan Adams2011-11-25-0/+8
* BREAKING CHANGE: Renamed Environment.SKYLANDS to THE_ENDNathan Adams2011-11-21-2/+2
* Added Difficulty API.EvilSeph2011-10-03-0/+14
* Many javadoc fixes thanks to Celtic MinstrelDinnerbone2011-09-25-15/+17