Package net.minecraft.server.command
Class LocateBiomeCommand
java.lang.Object
net.minecraft.server.command.LocateBiomeCommand
public class LocateBiomeCommand extends Object
-
Field Summary
Fields Modifier and Type Field Description static com.mojang.brigadier.exceptions.DynamicCommandExceptionTypeINVALID_EXCEPTIONprivate static com.mojang.brigadier.exceptions.DynamicCommandExceptionTypeNOT_FOUND_EXCEPTION -
Constructor Summary
Constructors Constructor Description LocateBiomeCommand() -
Method Summary
Modifier and Type Method Description private static intexecute(ServerCommandSource source, Identifier identifier)static voidregister(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher)
-
Field Details
-
INVALID_EXCEPTION
public static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType INVALID_EXCEPTION -
NOT_FOUND_EXCEPTION
private static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType NOT_FOUND_EXCEPTION
-
-
Constructor Details
-
LocateBiomeCommand
public LocateBiomeCommand()
-
-
Method Details
-
register
public static void register(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher) -
execute
private static int execute(ServerCommandSource source, Identifier identifier) throws com.mojang.brigadier.exceptions.CommandSyntaxException- Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
-