Paper/src/main/java/org/bukkit/craftbukkit
2011-06-08 19:05:01 -04:00
..
block Whitespace + general cleanup 2011-05-15 13:41:46 +02:00
command Fixed duplicate console and player messages when built in server commands where used or an unknown command was issued 2011-05-22 20:30:01 +01:00
entity Adds update chunk method for sending fake chunk updates to the client. This is to match the sendBlockChange method. 2011-06-08 19:05:01 -04:00
event Whitespace + general cleanup 2011-05-15 13:41:46 +02:00
generator Fixed nether's identity crises 2011-06-07 19:25:44 +01:00
inventory Whitespace + general cleanup 2011-05-15 13:41:46 +02:00
scheduler Whitespace + general cleanup 2011-05-15 13:41:46 +02:00
util Possible fix for -nojline printing blank lines 2011-05-19 21:46:47 +01:00
CraftChunk.java Added ChunkSnapshot for efficient, thread-safe copies of Chunk data. Thanks mikeprimm! 2011-06-07 03:34:23 -04:00
CraftChunkSnapshot.java Added ChunkSnapshot for efficient, thread-safe copies of Chunk data. Thanks mikeprimm! 2011-06-07 03:34:23 -04:00
CraftServer.java Implemented unloadWorld(). Thanks Rigby! 2011-06-07 03:16:07 -04:00
CraftWorld.java Implemented custom chunk generators and block populators 2011-06-06 18:38:47 +01:00
LoggerOutputStream.java Redirect System.out and System.err to a Logger 2011-02-20 01:53:06 +00:00
Main.java Possible fix for -nojline printing blank lines 2011-05-19 21:46:47 +01:00
TextWrapper.java Fix TextWrapping issues; Now limits the packets send to the client to either: 119 chars or 320 width. This will strip disallowed characters, propagate colors properly to the next line and not 'eat' multiple color-codes. 2011-04-25 22:17:07 +02:00
TrigMath.java Second part of NPE and arctan update :3 2011-02-20 23:22:28 +01:00