Package net.minecraft.server.command
Class LocateBiomeCommand
java.lang.Object
net.minecraft.server.command.LocateBiomeCommand
public class LocateBiomeCommand extends Object
- Mappings:
Namespace Name official yaintermediary net/minecraft/class_4799named net/minecraft/server/command/LocateBiomeCommand
-
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- Mappings:
Namespace Name Mixin selector official aLya;a:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;intermediary field_22252Lnet/minecraft/class_4799;field_22252:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;named INVALID_EXCEPTIONLnet/minecraft/server/command/LocateBiomeCommand;INVALID_EXCEPTION:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
-
NOT_FOUND_EXCEPTION
private static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType NOT_FOUND_EXCEPTION- Mappings:
Namespace Name Mixin selector official bLya;b:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;intermediary field_22253Lnet/minecraft/class_4799;field_22253:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;named NOT_FOUND_EXCEPTIONLnet/minecraft/server/command/LocateBiomeCommand;NOT_FOUND_EXCEPTION:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
-
-
Constructor Details
-
LocateBiomeCommand
public LocateBiomeCommand()
-
-
Method Details
-
register
public static void register(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher)- Mappings:
Namespace Name Mixin selector official aLya;a(Lcom/mojang/brigadier/CommandDispatcher;)Vintermediary method_24491Lnet/minecraft/class_4799;method_24491(Lcom/mojang/brigadier/CommandDispatcher;)Vnamed registerLnet/minecraft/server/command/LocateBiomeCommand;register(Lcom/mojang/brigadier/CommandDispatcher;)V
-
execute
private static int execute(ServerCommandSource source, Identifier identifier) throws com.mojang.brigadier.exceptions.CommandSyntaxException- Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException- Mappings:
Namespace Name Mixin selector official aLya;a(Ldb;Lwb;)Iintermediary method_24495Lnet/minecraft/class_4799;method_24495(Lnet/minecraft/class_2168;Lnet/minecraft/class_2960;)Inamed executeLnet/minecraft/server/command/LocateBiomeCommand;execute(Lnet/minecraft/server/command/ServerCommandSource;Lnet/minecraft/util/Identifier;)I
-