Package net.minecraft.command.impl
Class LocateBiomeCommand
- java.lang.Object
-
- net.minecraft.command.impl.LocateBiomeCommand
-
public class LocateBiomeCommand extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private static com.mojang.brigadier.exceptions.DynamicCommandExceptionType
ERROR_BIOME_NOT_FOUND
static com.mojang.brigadier.exceptions.DynamicCommandExceptionType
ERROR_INVALID_BIOME
-
Constructor Summary
Constructors Constructor Description LocateBiomeCommand()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description private static int
locateBiome(CommandSource p_241049_0_, ResourceLocation p_241049_1_)
static void
register(com.mojang.brigadier.CommandDispatcher<CommandSource> p_241046_0_)
-
-
-
Method Detail
-
register
public static void register(com.mojang.brigadier.CommandDispatcher<CommandSource> p_241046_0_)
-
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
-
-