Package net.minecraft.command.impl
Class PublishCommand
java.lang.Object
net.minecraft.command.impl.PublishCommand
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate static int
publish
(CommandSource p_198584_0_, int p_198584_1_) static void
register
(com.mojang.brigadier.CommandDispatcher<CommandSource> p_198581_0_)
-
Field Details
-
ERROR_FAILED
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType ERROR_FAILED -
ERROR_ALREADY_PUBLISHED
private static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType ERROR_ALREADY_PUBLISHED
-
-
Constructor Details
-
PublishCommand
public PublishCommand()
-
-
Method Details
-
register
-
publish
private static int publish(CommandSource p_198584_0_, int p_198584_1_) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
-