Class FillBiomeCommand

java.lang.Object
net.minecraft.server.command.FillBiomeCommand

public class FillBiomeCommand extends Object
Mappings:
Namespace Name
official aeb
intermediary net/minecraft/class_7926
named net/minecraft/server/command/FillBiomeCommand
  • Field Details

    • MAX_BLOCKS

      private static final int MAX_BLOCKS
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official b Laeb;b:I
      intermediary field_41280 Lnet/minecraft/class_7926;field_41280:I
      named MAX_BLOCKS Lnet/minecraft/server/command/FillBiomeCommand;MAX_BLOCKS:I
    • UNLOADED_EXCEPTION

      public static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType UNLOADED_EXCEPTION
      Mappings:
      Namespace Name Mixin selector
      official a Laeb;a:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
      intermediary field_41279 Lnet/minecraft/class_7926;field_41279:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
      named UNLOADED_EXCEPTION Lnet/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 c Laeb;c:Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;
      intermediary field_41281 Lnet/minecraft/class_7926;field_41281:Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;
      named TOO_BIG_EXCEPTION Lnet/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 a Laeb;a(Lcom/mojang/brigadier/CommandDispatcher;Ldi;)V
      intermediary method_47529 Lnet/minecraft/class_7926;method_47529(Lcom/mojang/brigadier/CommandDispatcher;Lnet/minecraft/class_7157;)V
      named register Lnet/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 a Laeb;a(I)I
      intermediary method_47528 Lnet/minecraft/class_7926;method_47528(I)I
      named convertCoordinate Lnet/minecraft/server/command/FillBiomeCommand;convertCoordinate(I)I
    • convertPos

      private static BlockPos convertPos(BlockPos pos)
      Mappings:
      Namespace Name Mixin selector
      official a Laeb;a(Lgp;)Lgp;
      intermediary method_47535 Lnet/minecraft/class_7926;method_47535(Lnet/minecraft/class_2338;)Lnet/minecraft/class_2338;
      named convertPos Lnet/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 a Laeb;a(Lorg/apache/commons/lang3/mutable/MutableInt;Ldap;Ldoh;Lgz;Ljava/util/function/Predicate;)Lckw;
      intermediary method_47531 Lnet/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 createBiomeSupplier Lnet/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;
    • 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 a Laeb;a(Ldn;Lgp;Lgp;Lgz$c;Ljava/util/function/Predicate;)I
      intermediary method_47533 Lnet/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;)I
      named execute Lnet/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