WorldBorder/src/main/java/com/wimbli/WorldBorder
Brettflan f88ede397c Fix for incorrect use of World.setChunkForceLoaded, which apparently triggers the chunk to load if it isn't, rather than just setting the "force loaded" flag for it; thanks to SpottedLeaf for pointing this out and providing example code to fix it 2019-07-26 19:52:44 -05:00
..
Events World Trim/Fill task start events 2016-01-12 20:47:10 +01:00
UUID Misc 1.14 updates: 2019-05-23 19:48:54 -05:00
cmd Misc 1.14 updates: 2019-05-23 19:48:54 -05:00
BlockPlaceListener.java Minor code formatting changes 2015-03-02 11:37:01 +11:00
BorderCheckTask.java minor cleanup 2018-08-30 00:09:42 -05:00
BorderData.java Misc 1.14 updates: 2019-05-23 19:48:54 -05:00
Config.java Update for 1.13 + Some cleanup 2018-08-22 16:39:56 +02:00
CoordXZ.java Mavenized entire project 2013-05-16 23:27:12 -05:00
DynMapFeatures.java attempt fix for circular border displaying in DynMap in isometric view with height of 64 instead of actual height of the world (normally would be 256) 2019-06-13 01:05:01 -05:00
MobSpawnListener.java Proposed & implemented feature: prevent mob spawns outside of border, including: 2015-05-18 12:18:36 +01:00
WBCommand.java Update for 1.13 + Some cleanup 2018-08-22 16:39:56 +02:00
WBListener.java Misc 1.14 updates: 2019-05-23 19:48:54 -05:00
WorldBorder.java Minor bit of code cleanup 2015-05-19 09:17:24 -05:00
WorldFileData.java use ByteBuffer + IntBuffer for reading region file headers, to improve performance of chunk existence checks, as suggested by aikar 2018-10-24 04:14:43 -05:00
WorldFillTask.java Fix for incorrect use of World.setChunkForceLoaded, which apparently triggers the chunk to load if it isn't, rather than just setting the "force loaded" flag for it; thanks to SpottedLeaf for pointing this out and providing example code to fix it 2019-07-26 19:52:44 -05:00
WorldTrimTask.java Misc 1.14 updates: 2019-05-23 19:48:54 -05:00