Package net.minecraft.command.impl
Class LocateBiomeCommand
java.lang.Object
net.minecraft.command.impl.LocateBiomeCommand
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType
static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate static int
locateBiome
(CommandSource p_241049_0_, ResourceLocation p_241049_1_) static void
register
(com.mojang.brigadier.CommandDispatcher<CommandSource> p_241046_0_)
-
Field Details
-
ERROR_INVALID_BIOME
public static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType ERROR_INVALID_BIOME -
ERROR_BIOME_NOT_FOUND
private static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType ERROR_BIOME_NOT_FOUND
-
-
Constructor Details
-
LocateBiomeCommand
public LocateBiomeCommand()
-
-
Method Details
-
register
-
locateBiome
private static int locateBiome(CommandSource p_241049_0_, ResourceLocation p_241049_1_) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
-