Package net.minecraft.server.commands
Class LocateBiomeCommand
java.lang.Object
net.minecraft.server.commands.LocateBiomeCommand
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType
private static final int
private static final int
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate static int
locateBiome
(CommandSourceStack p_207504_, ResourceOrTagLocationArgument.Result<Biome> p_207505_) static void
register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_137837_)
-
Field Details
-
ERROR_BIOME_NOT_FOUND
private static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType ERROR_BIOME_NOT_FOUND -
MAX_SEARCH_RADIUS
private static final int MAX_SEARCH_RADIUS- See Also:
-
SEARCH_STEP
private static final int SEARCH_STEP- See Also:
-
-
Constructor Details
-
LocateBiomeCommand
public LocateBiomeCommand()
-
-
Method Details
-
register
-
locateBiome
private static int locateBiome(CommandSourceStack p_207504_, ResourceOrTagLocationArgument.Result<Biome> p_207505_) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
-