Small javadoc tweaks

This commit is contained in:
Myles 2016-11-14 13:21:06 +00:00
parent 1209beb47d
commit 622673d1d3
2 changed files with 1 additions and 1 deletions

View File

@ -356,7 +356,6 @@ public class PacketWrapper {
* Send this packet to the associated user.
* Be careful not to send packets twice.
* (Sends it after current)
* <p></p>
* <b>This method is no longer used, it's favoured to use {@link #send(Class)} as it will handle the pipeline properly.</b>
*
* @throws Exception if it fails to write

View File

@ -17,6 +17,7 @@ public class BulkChunkTranslatorProvider implements Provider {
* @param packet The NMS Packet
* @param clientChunks The ClientChunks object for the current player
* @return A List of all the output packets
* @throws Exception If there is an issue translating
*/
public List<Object> transformMapChunkBulk(Object packet, ClientChunks clientChunks) throws Exception {
if (!(packet instanceof PacketWrapper))