Package net.minecraft.server.command
Class LocateBiomeCommand
java.lang.Object
net.minecraft.server.command.LocateBiomeCommand
- Mappings:
Namespace Name official aal
intermediary net/minecraft/class_4799
named net/minecraft/server/command/LocateBiomeCommand
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final int
static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType
private static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType
private static final int
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate static int
execute
(ServerCommandSource source, Identifier id) static void
register
(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 a
Laal;a:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
intermediary field_22252
Lnet/minecraft/class_4799;field_22252:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
named INVALID_EXCEPTION
Lnet/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 b
Laal;b:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
intermediary field_22253
Lnet/minecraft/class_4799;field_22253:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
named NOT_FOUND_EXCEPTION
Lnet/minecraft/server/command/LocateBiomeCommand;NOT_FOUND_EXCEPTION:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
-
RADIUS
private static final int RADIUS- See Also:
- Mappings:
Namespace Name Mixin selector official c
Laal;c:I
intermediary field_33395
Lnet/minecraft/class_4799;field_33395:I
named RADIUS
Lnet/minecraft/server/command/LocateBiomeCommand;RADIUS:I
-
BLOCK_CHECK_INTERVAL
private static final int BLOCK_CHECK_INTERVAL- See Also:
- Mappings:
Namespace Name Mixin selector official d
Laal;d:I
intermediary field_33396
Lnet/minecraft/class_4799;field_33396:I
named BLOCK_CHECK_INTERVAL
Lnet/minecraft/server/command/LocateBiomeCommand;BLOCK_CHECK_INTERVAL:I
-
-
Constructor Details
-
LocateBiomeCommand
public LocateBiomeCommand()
-
-
Method Details
-
register
- Mappings:
Namespace Name Mixin selector official a
Laal;a(Lcom/mojang/brigadier/CommandDispatcher;)V
intermediary method_24491
Lnet/minecraft/class_4799;method_24491(Lcom/mojang/brigadier/CommandDispatcher;)V
named register
Lnet/minecraft/server/command/LocateBiomeCommand;register(Lcom/mojang/brigadier/CommandDispatcher;)V
-
execute
private static int execute(ServerCommandSource source, Identifier id) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
- Mappings:
Namespace Name Mixin selector official a
Laal;a(Ldm;Lyh;)I
intermediary method_24495
Lnet/minecraft/class_4799;method_24495(Lnet/minecraft/class_2168;Lnet/minecraft/class_2960;)I
named execute
Lnet/minecraft/server/command/LocateBiomeCommand;execute(Lnet/minecraft/server/command/ServerCommandSource;Lnet/minecraft/util/Identifier;)I
-