Package net.minecraft.server.commands
Class LocateBiomeCommand
java.lang.Object
net.minecraft.server.commands.LocateBiomeCommand
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate static com.mojang.brigadier.exceptions.DynamicCommandExceptionTypestatic com.mojang.brigadier.exceptions.DynamicCommandExceptionTypeprivate static intprivate static int
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprivate static intlocateBiome(CommandSourceStack p_137843_, ResourceLocation p_137844_)static voidregister(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_137837_)
- 
Field Details- 
ERROR_INVALID_BIOMEpublic static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType ERROR_INVALID_BIOME
- 
ERROR_BIOME_NOT_FOUNDprivate static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType ERROR_BIOME_NOT_FOUND
- 
MAX_SEARCH_RADIUSprivate static final int MAX_SEARCH_RADIUS- See Also:
- Constant Field Values
 
- 
SEARCH_STEPprivate static final int SEARCH_STEP- See Also:
- Constant Field Values
 
 
- 
- 
Constructor Details- 
LocateBiomeCommandpublic LocateBiomeCommand()
 
- 
- 
Method Details- 
register
- 
locateBiomeprivate static int locateBiome(CommandSourceStack p_137843_, ResourceLocation p_137844_) throws com.mojang.brigadier.exceptions.CommandSyntaxException- Throws:
- com.mojang.brigadier.exceptions.CommandSyntaxException
 
 
-