Class UnpublishCommand
java.lang.Object
net.minecraft.server.commands.UnpublishCommand
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidregister(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> dispatcher) private static intunpublish(CommandSourceStack source)
-
Field Details
-
ERROR_NOT_PUBLISHED
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType ERROR_NOT_PUBLISHED
-
-
Constructor Details
-
UnpublishCommand
public UnpublishCommand()
-
-
Method Details
-
register
-
unpublish
private static int unpublish(CommandSourceStack source) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
-