Package net.minecraft.server.command
Class FillBiomeCommand
java.lang.Object
net.minecraft.server.command.FillBiomeCommand
- Mappings:
Namespace Name official ajfintermediary net/minecraft/class_7926named net/minecraft/server/command/FillBiomeCommand
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final com.mojang.brigadier.exceptions.Dynamic2CommandExceptionTypestatic final com.mojang.brigadier.exceptions.SimpleCommandExceptionType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static intconvertCoordinate(int coordinate) private static BlockPosconvertPos(BlockPos pos) private static BiomeSuppliercreateBiomeSupplier(MutableInt counter, Chunk chunk, BlockBox box, RegistryEntry<Biome> biome, Predicate<RegistryEntry<Biome>> filter) private static intexecute(ServerCommandSource source, BlockPos from, BlockPos to, RegistryEntry.Reference<Biome> biome, Predicate<RegistryEntry<Biome>> filter) static com.mojang.datafixers.util.Either<Integer,com.mojang.brigadier.exceptions.CommandSyntaxException> method_55339(ServerWorld serverWorld, BlockPos blockPos, BlockPos blockPos2, RegistryEntry<Biome> registryEntry) static com.mojang.datafixers.util.Either<Integer,com.mojang.brigadier.exceptions.CommandSyntaxException> method_55340(ServerWorld serverWorld, BlockPos blockPos, BlockPos blockPos2, RegistryEntry<Biome> registryEntry, Predicate<RegistryEntry<Biome>> predicate, Consumer<Supplier<Text>> consumer) static voidregister(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher, CommandRegistryAccess commandRegistryAccess)
-
Field Details
-
UNLOADED_EXCEPTION
public static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType UNLOADED_EXCEPTION- Mappings:
Namespace Name Mixin selector official aLajf;a:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;intermediary field_41279Lnet/minecraft/class_7926;field_41279:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;named UNLOADED_EXCEPTIONLnet/minecraft/server/command/FillBiomeCommand;UNLOADED_EXCEPTION:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
-
TOO_BIG_EXCEPTION
private static final com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType TOO_BIG_EXCEPTION- Mappings:
Namespace Name Mixin selector official bLajf;b:Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;intermediary field_41281Lnet/minecraft/class_7926;field_41281:Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;named TOO_BIG_EXCEPTIONLnet/minecraft/server/command/FillBiomeCommand;TOO_BIG_EXCEPTION:Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;
-
-
Constructor Details
-
FillBiomeCommand
public FillBiomeCommand()
-
-
Method Details
-
register
public static void register(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher, CommandRegistryAccess commandRegistryAccess) - Mappings:
Namespace Name Mixin selector official aLajf;a(Lcom/mojang/brigadier/CommandDispatcher;Ldn;)Vintermediary method_47529Lnet/minecraft/class_7926;method_47529(Lcom/mojang/brigadier/CommandDispatcher;Lnet/minecraft/class_7157;)Vnamed registerLnet/minecraft/server/command/FillBiomeCommand;register(Lcom/mojang/brigadier/CommandDispatcher;Lnet/minecraft/command/CommandRegistryAccess;)V
-
convertCoordinate
private static int convertCoordinate(int coordinate) - Mappings:
Namespace Name Mixin selector official aLajf;a(I)Iintermediary method_47528Lnet/minecraft/class_7926;method_47528(I)Inamed convertCoordinateLnet/minecraft/server/command/FillBiomeCommand;convertCoordinate(I)I
-
convertPos
- Mappings:
Namespace Name Mixin selector official aLajf;a(Lhx;)Lhx;intermediary method_47535Lnet/minecraft/class_7926;method_47535(Lnet/minecraft/class_2338;)Lnet/minecraft/class_2338;named convertPosLnet/minecraft/server/command/FillBiomeCommand;convertPos(Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/util/math/BlockPos;
-
createBiomeSupplier
private static BiomeSupplier createBiomeSupplier(MutableInt counter, Chunk chunk, BlockBox box, RegistryEntry<Biome> biome, Predicate<RegistryEntry<Biome>> filter) - Mappings:
Namespace Name Mixin selector official aLajf;a(Lorg/apache/commons/lang3/mutable/MutableInt;Ldkw;Ldyr;Lih;Ljava/util/function/Predicate;)Lcuk;intermediary method_47531Lnet/minecraft/class_7926;method_47531(Lorg/apache/commons/lang3/mutable/MutableInt;Lnet/minecraft/class_2791;Lnet/minecraft/class_3341;Lnet/minecraft/class_6880;Ljava/util/function/Predicate;)Lnet/minecraft/class_6780;named createBiomeSupplierLnet/minecraft/server/command/FillBiomeCommand;createBiomeSupplier(Lorg/apache/commons/lang3/mutable/MutableInt;Lnet/minecraft/world/chunk/Chunk;Lnet/minecraft/util/math/BlockBox;Lnet/minecraft/registry/entry/RegistryEntry;Ljava/util/function/Predicate;)Lnet/minecraft/world/biome/source/BiomeSupplier;
-
method_55339
public static com.mojang.datafixers.util.Either<Integer,com.mojang.brigadier.exceptions.CommandSyntaxException> method_55339(ServerWorld serverWorld, BlockPos blockPos, BlockPos blockPos2, RegistryEntry<Biome> registryEntry) - Mappings:
Namespace Name Mixin selector official aLajf;a(Lamz;Lhx;Lhx;Lih;)Lcom/mojang/datafixers/util/Either;intermediary method_55339Lnet/minecraft/class_7926;method_55339(Lnet/minecraft/class_3218;Lnet/minecraft/class_2338;Lnet/minecraft/class_2338;Lnet/minecraft/class_6880;)Lcom/mojang/datafixers/util/Either;named method_55339Lnet/minecraft/server/command/FillBiomeCommand;method_55339(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/registry/entry/RegistryEntry;)Lcom/mojang/datafixers/util/Either;
-
method_55340
public static com.mojang.datafixers.util.Either<Integer,com.mojang.brigadier.exceptions.CommandSyntaxException> method_55340(ServerWorld serverWorld, BlockPos blockPos, BlockPos blockPos2, RegistryEntry<Biome> registryEntry, Predicate<RegistryEntry<Biome>> predicate, Consumer<Supplier<Text>> consumer) - Mappings:
Namespace Name Mixin selector official aLajf;a(Lamz;Lhx;Lhx;Lih;Ljava/util/function/Predicate;Ljava/util/function/Consumer;)Lcom/mojang/datafixers/util/Either;intermediary method_55340Lnet/minecraft/class_7926;method_55340(Lnet/minecraft/class_3218;Lnet/minecraft/class_2338;Lnet/minecraft/class_2338;Lnet/minecraft/class_6880;Ljava/util/function/Predicate;Ljava/util/function/Consumer;)Lcom/mojang/datafixers/util/Either;named method_55340Lnet/minecraft/server/command/FillBiomeCommand;method_55340(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/registry/entry/RegistryEntry;Ljava/util/function/Predicate;Ljava/util/function/Consumer;)Lcom/mojang/datafixers/util/Either;
-
execute
private static int execute(ServerCommandSource source, BlockPos from, BlockPos to, RegistryEntry.Reference<Biome> biome, Predicate<RegistryEntry<Biome>> filter) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException- Mappings:
Namespace Name Mixin selector official aLajf;a(Lds;Lhx;Lhx;Lih$c;Ljava/util/function/Predicate;)Iintermediary method_47533Lnet/minecraft/class_7926;method_47533(Lnet/minecraft/class_2168;Lnet/minecraft/class_2338;Lnet/minecraft/class_2338;Lnet/minecraft/class_6880$class_6883;Ljava/util/function/Predicate;)Inamed executeLnet/minecraft/server/command/FillBiomeCommand;execute(Lnet/minecraft/server/command/ServerCommandSource;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/registry/entry/RegistryEntry$Reference;Ljava/util/function/Predicate;)I
-