public class LocateBiomeCommand extends Object
| Modifier and Type | Field and Description |
|---|---|
static com.mojang.brigadier.exceptions.DynamicCommandExceptionType |
INVALID_EXCEPTION |
private static com.mojang.brigadier.exceptions.DynamicCommandExceptionType |
NOT_FOUND_EXCEPTION |
| Constructor and Description |
|---|
LocateBiomeCommand() |
| Modifier and Type | Method and Description |
|---|---|
private static int |
execute(ServerCommandSource source,
Biome biome) |
private static Biome |
method_24493(com.mojang.brigadier.context.CommandContext<ServerCommandSource> commandContext,
String string) |
static void |
register(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher) |
public static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType INVALID_EXCEPTION
private static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType NOT_FOUND_EXCEPTION
public static void register(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher)
private static int execute(ServerCommandSource source, Biome biome) throws com.mojang.brigadier.exceptions.CommandSyntaxException
com.mojang.brigadier.exceptions.CommandSyntaxExceptionprivate static Biome method_24493(com.mojang.brigadier.context.CommandContext<ServerCommandSource> commandContext, String string)