Mirror von
https://github.com/ViaVersion/ViaVersion.git
synchronisiert 2024-12-26 00:00:28 +01:00
Small javadoc tweaks
Dieser Commit ist enthalten in:
Ursprung
1209beb47d
Commit
622673d1d3
@ -356,7 +356,6 @@ public class PacketWrapper {
|
|||||||
* Send this packet to the associated user.
|
* Send this packet to the associated user.
|
||||||
* Be careful not to send packets twice.
|
* Be careful not to send packets twice.
|
||||||
* (Sends it after current)
|
* (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>
|
* <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
|
* @throws Exception if it fails to write
|
||||||
|
@ -17,6 +17,7 @@ public class BulkChunkTranslatorProvider implements Provider {
|
|||||||
* @param packet The NMS Packet
|
* @param packet The NMS Packet
|
||||||
* @param clientChunks The ClientChunks object for the current player
|
* @param clientChunks The ClientChunks object for the current player
|
||||||
* @return A List of all the output packets
|
* @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 {
|
public List<Object> transformMapChunkBulk(Object packet, ClientChunks clientChunks) throws Exception {
|
||||||
if (!(packet instanceof PacketWrapper))
|
if (!(packet instanceof PacketWrapper))
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren