summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/Packet51MapChunk.java
Commit message (Collapse)AuthorAgeLines
* Chunk Compression on seperate thread. Thanks to Zeerix.Rigby2011-08-03-2/+5
|
* Massive renaming update in nms. If you bypassed Bukkit, you will likely break.Erik Broes2011-06-27-3/+3
| | | | Also minimized all the nms diffs and generic cleanups all around.
* Generic cleanupErik Broes2011-06-12-2/+2
|
* Adds update chunk method for sending fake chunk updates to the client. This ↵raphfrk2011-06-08-0/+95
is to match the sendBlockChange method.