summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/bukkit/craftbukkit/CraftChunk.java
Commit message (Expand)AuthorAgeLines
* SPIGOT-4325: Validate coordinate arguments in Chunk/ChunkSnapshotmd_52018-08-29-0/+9
* Update to Minecraft 1.13-pre7md_52018-07-15-50/+19
* Add Chunk.isSlimeChunk to check if a chunk can spawn slimesSenmori2017-03-24-0/+7
* Fix trailing whitespace in CraftChunkmd_52017-03-23-2/+2
* Update to Minecraft 1.9md_52016-03-01-22/+16
* Update to Minecraft 1.8.3Thinkofdeath2015-03-04-0/+1
* Missed a caseThinkofdeath2014-12-02-1/+1
* Fix Chunk.getTileEntities() (Fixes SPIGOT-62)Thinkofdeath2014-11-30-1/+1
* Ignore invalid blocks in ChunkSnapshotsThinkofdeath2014-11-29-0/+1
* Fix chunk snapshot generation (needed for Dynmap)Mike Primm2014-11-28-1/+2
* Update to Minecraft 1.8Thinkofdeath2014-11-28-37/+25
* Update CraftBukkit to Minecraft 1.7.10Travis Watkins2014-07-08-2/+2
* Update CraftBukkit to Minecraft 1.7.2mbax2013-11-30-5/+22
* Update CraftBukkit to Minecraft 1.5.2Travis Watkins2013-04-27-7/+7
* Cleanup comments, formatting, etcTravis Watkins2013-03-25-4/+4
* [Bleeding] Fix exception in getChunkSnapshot() - sky light can be nullMike Primm2012-12-20-2/+6
* Bulk pending cleanup.Wesley Wolfe2012-09-09-3/+3
* Fix mapping of ChunkSection nibble data to snapshot. Fixes BUKKIT-1977Mike Primm2012-08-02-5/+5
* Update CraftBukkit to Minecraft 1.3.1feildmaster2012-08-02-3/+3
* Made Chunk.getEntities() account for the world height increase. Fixes BUKKIT-...EvilSeph2012-03-09-2/+2
* [Bleeding] Add APIs for editing biome data, fix existing code to use persiste...Mike Primm2012-03-08-2/+6
* Implemented snapshot support for 1.2.Mike Primm2012-03-02-46/+110
* World height related fixes - 128 -> 256. Addresses BUKKIT-889Mike Primm2012-03-01-1/+1
* Updated CraftBukkit to 1.2Nathan Adams2012-03-01-1/+4
* [Bleeding] Implement Metadata framework for Entities, Blocks, and Worldsrmichela2012-02-29-0/+4
* Fix formatting.Erik Broes2012-01-15-7/+7
* Update to mc-dev rename revision 01Nathan Adams2012-01-12-2/+2
* don't store weak references for EmptyChunks or cache CraftBlocksTahg2011-10-05-17/+8
* Correct biome data in ChunkSnapshot - wrong API usedMike Primm2011-09-30-4/+2
* Update to mcdev rename revision 01 for 1.8.1Dinnerbone2011-09-24-6/+6
* Added support back in for biome temperature and rainfall in snapshots.Mike Primm2011-09-17-6/+12
* Update for Minecraft 1.8Dinnerbone2011-09-15-6/+8
* Indentation is important, ok?Top-Cat2011-09-12-1/+1
* Added various utility methods to make chunk handling easier. Thanks Meaglin!EvilSeph2011-07-28-1/+25
* Removed some old deprecated code and clean up javadocs + warningsErik Broes2011-07-17-11/+1
* Don't use weak/soft references for keys, attempt to lessen memory impact furtherDinnerbone2011-07-16-1/+1
* Fixed huge memory leak (gigabytes/hour!) by placing a bukkit under the ceiling.Dinnerbone2011-07-15-2/+3
* Massive renaming update in nms. If you bypassed Bukkit, you will likely break.Erik Broes2011-06-27-17/+17
* Added ChunkSnapShot improvements. Thanks mikeprimm!EvilSeph2011-06-17-3/+92
* Generic cleanup of the org.bukkit.craftbukkit classes.Erik Broes2011-06-12-2/+2
* Added ChunkSnapshot for efficient, thread-safe copies of Chunk data. Thanks m...EvilSeph2011-06-07-4/+22
* Whitespace + general cleanupErik Broes2011-05-15-5/+5
* Update for 1.4_00_01 -- if you bypassed Bukkit, you will most likely break.Erik Broes2011-04-20-11/+11
* Fix chunk.getEntitiesErik Broes2011-04-02-5/+5
* Updated for the cleanups done in BukkitErik Broes2011-03-26-1/+0
* Updated SoftMap to be concurrent.Raphfrk2011-03-23-4/+9
* This should fix the chunk ghosting bugRaphfrk2011-03-14-2/+6
* stupid ChunkPosition's are relative to the chunkTahg2011-03-11-1/+1
* Code cleanup, fixed doors, chunk entity fetchingTahg2011-03-11-2/+6
* Additional hooks for chunksTahg2011-03-10-0/+28