net.minecraft.server.commands

public class FillBiomeCommand

aoe
net.minecraft.server.commands.FillBiomeCommand
net.minecraft.class_7926
net.minecraft.server.command.FillBiomeCommand
net.minecraft.server.commands.FillBiomeCommand

Field summary

Modifier and TypeField
public static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
a
ERROR_NOT_LOADED
field_41279
UNLOADED_EXCEPTION
private static final com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType
b
ERROR_VOLUME_TOO_LARGE
field_41281
TOO_BIG_EXCEPTION

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public static void
a(com.mojang.brigadier.CommandDispatcher<ew> arg0, es arg1)
register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> arg0, CommandBuildContext arg1)
method_47529(com.mojang.brigadier.CommandDispatcher<class_2168> arg0, class_7157 arg1)
register(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher, CommandRegistryAccess commandRegistryAccess)
private static int
a(int arg0)
quantize(int arg0)
method_47528(int arg0)
convertCoordinate(int coordinate)
private static BlockPos
a(jh arg0)
quantize(BlockPos arg0)
method_47535(class_2338 arg0)
convertPos(BlockPos pos)
private static BiomeResolver
a(org.apache.commons.lang3.mutable.MutableInt arg0, dzq arg1, eoc arg2, jq<dik> arg3, Predicate<jq<dik>> arg4)
makeResolver(org.apache.commons.lang3.mutable.MutableInt arg0, ChunkAccess arg1, BoundingBox arg2, Holder<Biome> arg3, Predicate<Holder<Biome>> arg4)
method_47531(org.apache.commons.lang3.mutable.MutableInt arg0, class_2791 arg1, class_3341 arg2, class_6880<class_1959> arg3, Predicate<class_6880<class_1959>> arg4)
createBiomeSupplier(org.apache.commons.lang3.mutable.MutableInt counter, Chunk chunk, BlockBox box, RegistryEntry<Biome> biome, Predicate<RegistryEntry<Biome>> filter)
public static com.mojang.datafixers.util.Either<Integer, com.mojang.brigadier.exceptions.CommandSyntaxException>
a(ash arg0, jh arg1, jh arg2, jq<dik> arg3)
fill(ServerLevel arg0, BlockPos arg1, BlockPos arg2, Holder<Biome> arg3)
method_55339(class_3218 arg0, class_2338 arg1, class_2338 arg2, class_6880<class_1959> arg3)
fillBiome(ServerWorld world, BlockPos from, BlockPos to, RegistryEntry<Biome> biome)
public static com.mojang.datafixers.util.Either<Integer, com.mojang.brigadier.exceptions.CommandSyntaxException>
a(ash arg0, jh arg1, jh arg2, jq<dik> arg3, Predicate<jq<dik>> arg4, Consumer<Supplier<xv>> arg5)
fill(ServerLevel arg0, BlockPos arg1, BlockPos arg2, Holder<Biome> arg3, Predicate<Holder<Biome>> arg4, Consumer<Supplier<Component>> arg5)
method_55340(class_3218 arg0, class_2338 arg1, class_2338 arg2, class_6880<class_1959> arg3, Predicate<class_6880<class_1959>> arg4, Consumer<Supplier<class_2561>> arg5)
fillBiome(ServerWorld world, BlockPos from, BlockPos to, RegistryEntry<Biome> biome, Predicate<RegistryEntry<Biome>> filter, Consumer<Supplier<Text>> feedbackConsumer)
private static int
a(ew arg0, jh arg1, jh arg2, jq$c<dik> arg3, Predicate<jq<dik>> arg4)
fill(CommandSourceStack arg0, BlockPos arg1, BlockPos arg2, Holder$Reference<Biome> arg3, Predicate<Holder<Biome>> arg4)
method_47533(class_2168 arg0, class_2338 arg1, class_2338 arg2, class_6880$class_6883<class_1959> arg3, Predicate<class_6880<class_1959>> arg4)
execute(ServerCommandSource source, BlockPos from, BlockPos to, RegistryEntry$Reference<Biome> biome, Predicate<RegistryEntry<Biome>> filter)