Mirror von
https://github.com/PaperMC/Velocity.git
synchronisiert 2024-11-17 05:20:14 +01:00
More fixups
Dieser Commit ist enthalten in:
Ursprung
cb4202fe78
Commit
2f5e82a0f1
@ -76,13 +76,13 @@ javadoc {
|
||||
options.encoding = 'UTF-8'
|
||||
options.charSet = 'UTF-8'
|
||||
options.source = '8'
|
||||
options.links(
|
||||
'https://www.slf4j.org/apidocs/',
|
||||
'https://guava.dev/releases/30.0-jre/api/docs/',
|
||||
'https://google.github.io/guice/api-docs/4.2/javadoc/',
|
||||
'https://docs.oracle.com/javase/8/docs/api/',
|
||||
'https://jd.adventure.kyori.net/api/4.0.0/'
|
||||
)
|
||||
// options.links(
|
||||
// 'https://www.slf4j.org/apidocs/',
|
||||
// 'https://guava.dev/releases/30.0-jre/api/docs/',
|
||||
// 'https://google.github.io/guice/api-docs/4.2/javadoc/',
|
||||
// 'https://docs.oracle.com/javase/8/docs/api/',
|
||||
// 'https://jd.adventure.kyori.net/api/4.0.0/'
|
||||
// )
|
||||
|
||||
// Disable the crazy super-strict doclint tool in Java 8
|
||||
options.addStringOption('Xdoclint:none', '-quiet')
|
||||
|
@ -5,6 +5,7 @@ import static com.velocitypowered.proxy.network.serialization.brigadier.EmptyArg
|
||||
import static com.velocitypowered.proxy.network.serialization.brigadier.FloatArgumentPropertySerializer.FLOAT;
|
||||
import static com.velocitypowered.proxy.network.serialization.brigadier.IntegerArgumentPropertySerializer.INTEGER;
|
||||
import static com.velocitypowered.proxy.network.serialization.brigadier.LongArgumentPropertySerializer.LONG;
|
||||
import static com.velocitypowered.proxy.network.serialization.brigadier.ModArgumentPropertySerializer.MOD;
|
||||
import static com.velocitypowered.proxy.network.serialization.brigadier.StringArgumentPropertySerializer.STRING;
|
||||
|
||||
import com.mojang.brigadier.arguments.ArgumentType;
|
||||
|
@ -1,4 +1,4 @@
|
||||
package com.velocitypowered.proxy.protocol.packet.brigadier;
|
||||
package com.velocitypowered.proxy.network.serialization.brigadier;
|
||||
|
||||
import com.mojang.brigadier.StringReader;
|
||||
import com.mojang.brigadier.arguments.ArgumentType;
|
||||
|
@ -1,6 +1,6 @@
|
||||
package com.velocitypowered.proxy.protocol.packet.brigadier;
|
||||
package com.velocitypowered.proxy.network.serialization.brigadier;
|
||||
|
||||
import com.velocitypowered.proxy.protocol.ProtocolUtils;
|
||||
import com.velocitypowered.proxy.network.ProtocolUtils;
|
||||
import io.netty.buffer.ByteBuf;
|
||||
import io.netty.buffer.Unpooled;
|
||||
import org.checkerframework.checker.nullness.qual.Nullable;
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren