mirror of
https://github.com/PaperMC/Velocity.git
synced 2026-02-17 14:37:43 +01:00
More fixups
This commit is contained in:
@@ -76,13 +76,13 @@ javadoc {
|
|||||||
options.encoding = 'UTF-8'
|
options.encoding = 'UTF-8'
|
||||||
options.charSet = 'UTF-8'
|
options.charSet = 'UTF-8'
|
||||||
options.source = '8'
|
options.source = '8'
|
||||||
options.links(
|
// options.links(
|
||||||
'https://www.slf4j.org/apidocs/',
|
// 'https://www.slf4j.org/apidocs/',
|
||||||
'https://guava.dev/releases/30.0-jre/api/docs/',
|
// 'https://guava.dev/releases/30.0-jre/api/docs/',
|
||||||
'https://google.github.io/guice/api-docs/4.2/javadoc/',
|
// 'https://google.github.io/guice/api-docs/4.2/javadoc/',
|
||||||
'https://docs.oracle.com/javase/8/docs/api/',
|
// 'https://docs.oracle.com/javase/8/docs/api/',
|
||||||
'https://jd.adventure.kyori.net/api/4.0.0/'
|
// 'https://jd.adventure.kyori.net/api/4.0.0/'
|
||||||
)
|
// )
|
||||||
|
|
||||||
// Disable the crazy super-strict doclint tool in Java 8
|
// Disable the crazy super-strict doclint tool in Java 8
|
||||||
options.addStringOption('Xdoclint:none', '-quiet')
|
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.FloatArgumentPropertySerializer.FLOAT;
|
||||||
import static com.velocitypowered.proxy.network.serialization.brigadier.IntegerArgumentPropertySerializer.INTEGER;
|
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.LongArgumentPropertySerializer.LONG;
|
||||||
|
import static com.velocitypowered.proxy.network.serialization.brigadier.ModArgumentPropertySerializer.MOD;
|
||||||
import static com.velocitypowered.proxy.network.serialization.brigadier.StringArgumentPropertySerializer.STRING;
|
import static com.velocitypowered.proxy.network.serialization.brigadier.StringArgumentPropertySerializer.STRING;
|
||||||
|
|
||||||
import com.mojang.brigadier.arguments.ArgumentType;
|
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.StringReader;
|
||||||
import com.mojang.brigadier.arguments.ArgumentType;
|
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.ByteBuf;
|
||||||
import io.netty.buffer.Unpooled;
|
import io.netty.buffer.Unpooled;
|
||||||
import org.checkerframework.checker.nullness.qual.Nullable;
|
import org.checkerframework.checker.nullness.qual.Nullable;
|
||||||
|
|||||||
Reference in New Issue
Block a user