Mirror von
https://github.com/ViaVersion/ViaVersion.git
synchronisiert 2024-11-03 14:50:30 +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.
|
||||
* 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
|
||||
|
@ -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))
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren