Class SpreadPlayersCommand

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

public class SpreadPlayersCommand extends Object
Mappings:
Namespace Name
official afp
intermediary net/minecraft/class_3131
named net/minecraft/server/command/SpreadPlayersCommand
  • Field Details

    • MAX_ATTEMPTS

      private static final int MAX_ATTEMPTS
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official a Lafp;a:I
      intermediary field_33397 Lnet/minecraft/class_3131;field_33397:I
      named MAX_ATTEMPTS Lnet/minecraft/server/command/SpreadPlayersCommand;MAX_ATTEMPTS:I
    • FAILED_TEAMS_EXCEPTION

      private static final com.mojang.brigadier.exceptions.Dynamic4CommandExceptionType FAILED_TEAMS_EXCEPTION
      Mappings:
      Namespace Name Mixin selector
      official b Lafp;b:Lcom/mojang/brigadier/exceptions/Dynamic4CommandExceptionType;
      intermediary field_13734 Lnet/minecraft/class_3131;field_13734:Lcom/mojang/brigadier/exceptions/Dynamic4CommandExceptionType;
      named FAILED_TEAMS_EXCEPTION Lnet/minecraft/server/command/SpreadPlayersCommand;FAILED_TEAMS_EXCEPTION:Lcom/mojang/brigadier/exceptions/Dynamic4CommandExceptionType;
    • FAILED_ENTITIES_EXCEPTION

      private static final com.mojang.brigadier.exceptions.Dynamic4CommandExceptionType FAILED_ENTITIES_EXCEPTION
      Mappings:
      Namespace Name Mixin selector
      official c Lafp;c:Lcom/mojang/brigadier/exceptions/Dynamic4CommandExceptionType;
      intermediary field_13735 Lnet/minecraft/class_3131;field_13735:Lcom/mojang/brigadier/exceptions/Dynamic4CommandExceptionType;
      named FAILED_ENTITIES_EXCEPTION Lnet/minecraft/server/command/SpreadPlayersCommand;FAILED_ENTITIES_EXCEPTION:Lcom/mojang/brigadier/exceptions/Dynamic4CommandExceptionType;
    • INVALID_HEIGHT_EXCEPTION

      private static final com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType INVALID_HEIGHT_EXCEPTION
      Mappings:
      Namespace Name Mixin selector
      official d Lafp;d:Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;
      intermediary field_36326 Lnet/minecraft/class_3131;field_36326:Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;
      named INVALID_HEIGHT_EXCEPTION Lnet/minecraft/server/command/SpreadPlayersCommand;INVALID_HEIGHT_EXCEPTION:Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;
  • Constructor Details

    • SpreadPlayersCommand

      public SpreadPlayersCommand()
  • Method Details

    • register

      public static void register(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher)
      Mappings:
      Namespace Name Mixin selector
      official a Lafp;a(Lcom/mojang/brigadier/CommandDispatcher;)V
      intermediary method_13654 Lnet/minecraft/class_3131;method_13654(Lcom/mojang/brigadier/CommandDispatcher;)V
      named register Lnet/minecraft/server/command/SpreadPlayersCommand;register(Lcom/mojang/brigadier/CommandDispatcher;)V
    • execute

      private static int execute(ServerCommandSource source, Vec2f center, float spreadDistance, float maxRange, int maxY, boolean respectTeams, Collection<? extends Entity> players) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
      Mappings:
      Namespace Name Mixin selector
      official a Lafp;a(Ldn;Lead;FFIZLjava/util/Collection;)I
      intermediary method_13656 Lnet/minecraft/class_3131;method_13656(Lnet/minecraft/class_2168;Lnet/minecraft/class_241;FFIZLjava/util/Collection;)I
      named execute Lnet/minecraft/server/command/SpreadPlayersCommand;execute(Lnet/minecraft/server/command/ServerCommandSource;Lnet/minecraft/util/math/Vec2f;FFIZLjava/util/Collection;)I
    • getPileCountRespectingTeams

      private static int getPileCountRespectingTeams(Collection<? extends Entity> entities)
      Mappings:
      Namespace Name Mixin selector
      official a Lafp;a(Ljava/util/Collection;)I
      intermediary method_13652 Lnet/minecraft/class_3131;method_13652(Ljava/util/Collection;)I
      named getPileCountRespectingTeams Lnet/minecraft/server/command/SpreadPlayersCommand;getPileCountRespectingTeams(Ljava/util/Collection;)I
    • spread

      private static void spread(Vec2f center, double spreadDistance, ServerWorld world, Random random, double minX, double minZ, double maxX, double maxZ, int maxY, SpreadPlayersCommand.Pile[] piles, boolean respectTeams) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
      Mappings:
      Namespace Name Mixin selector
      official a Lafp;a(Lead;DLahm;Laoh;DDDDI[Lafp$a;Z)V
      intermediary method_13661 Lnet/minecraft/class_3131;method_13661(Lnet/minecraft/class_241;DLnet/minecraft/class_3218;Lnet/minecraft/class_5819;DDDDI[Lnet/minecraft/class_3131$class_3132;Z)V
      named spread Lnet/minecraft/server/command/SpreadPlayersCommand;spread(Lnet/minecraft/util/math/Vec2f;DLnet/minecraft/server/world/ServerWorld;Lnet/minecraft/util/math/random/Random;DDDDI[Lnet/minecraft/server/command/SpreadPlayersCommand$Pile;Z)V
    • getMinDistance

      private static double getMinDistance(Collection<? extends Entity> entities, ServerWorld world, SpreadPlayersCommand.Pile[] piles, int maxY, boolean respectTeams)
      Mappings:
      Namespace Name Mixin selector
      official a Lafp;a(Ljava/util/Collection;Lahm;[Lafp$a;IZ)D
      intermediary method_13657 Lnet/minecraft/class_3131;method_13657(Ljava/util/Collection;Lnet/minecraft/class_3218;[Lnet/minecraft/class_3131$class_3132;IZ)D
      named getMinDistance Lnet/minecraft/server/command/SpreadPlayersCommand;getMinDistance(Ljava/util/Collection;Lnet/minecraft/server/world/ServerWorld;[Lnet/minecraft/server/command/SpreadPlayersCommand$Pile;IZ)D
    • makePiles

      private static SpreadPlayersCommand.Pile[] makePiles(Random random, int count, double minX, double minZ, double maxX, double maxZ)
      Mappings:
      Namespace Name Mixin selector
      official a Lafp;a(Laoh;IDDDD)[Lafp$a;
      intermediary method_13653 Lnet/minecraft/class_3131;method_13653(Lnet/minecraft/class_5819;IDDDD)[Lnet/minecraft/class_3131$class_3132;
      named makePiles Lnet/minecraft/server/command/SpreadPlayersCommand;makePiles(Lnet/minecraft/util/math/random/Random;IDDDD)[Lnet/minecraft/server/command/SpreadPlayersCommand$Pile;