Package net.minecraft.server.command
Class SpreadPlayersCommand
java.lang.Object
net.minecraft.command.AbstractCommand
net.minecraft.server.command.SpreadPlayersCommand
- All Implemented Interfaces:
Comparable<Command>,Command
- Mappings:
Namespace Name official bjintermediary net/minecraft/class_1597named net/minecraft/server/command/SpreadPlayersCommand
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class net.minecraft.command.AbstractCommand
AbstractCommand.Coordinate -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetUsageTranslationKey(CommandSource source) private SpreadPlayersCommand.Pile[]method_10738(MinecraftServer server, CommandSource source, String[] string, BlockPos pos) voidmethod_3279(MinecraftServer minecraftServer, CommandSource commandSource, String[] string) private voidmethod_5549(CommandSource commandSource, List<Entity> list, SpreadPlayersCommand.Pile pile, double double2, double double3, World world, boolean bool) private intmethod_5550(SpreadPlayersCommand.Pile pile, double double2, World world, Random random, double double3, double double4, double double5, double double6, SpreadPlayersCommand.Pile[] pile2, boolean bool) private intmethod_5551(List<Entity> list) private doublemethod_5552(List<Entity> list, World world, SpreadPlayersCommand.Pile[] pile, boolean bool) Methods inherited from class net.minecraft.command.AbstractCommand
compareTo, concat, concat, concat, getAliases, getAsPlayer, getBlock, getBlockPos, getCoordinate, getCoordinate, getEntityNbt, getItem, isUsernameAtIndex, method_10706, method_10707, method_10708, method_10711, method_10712, method_12701, method_12702, method_12704, method_12705, method_12706, method_13901, method_13904, method_2883, method_2894, method_3278, method_4635, method_4639, method_8406, parseBoolean, parseClampedDouble, parseClampedDouble, parseClampedInt, parseClampedInt, parseClampedLong, parseDouble, parseDouble, parseDouble, parseInt, parseLong, run, run, setCommandProvider
-
Constructor Details
-
SpreadPlayersCommand
public SpreadPlayersCommand()
-
-
Method Details
-
getCommandName
- Mappings:
Namespace Name Mixin selector official cLl;c()Ljava/lang/String;intermediary method_3277Lnet/minecraft/class_1007;method_3277()Ljava/lang/String;named getCommandNameLnet/minecraft/command/Command;getCommandName()Ljava/lang/String;
-
getPermissionLevel
public int getPermissionLevel()- Overrides:
getPermissionLevelin classAbstractCommand- Mappings:
Namespace Name Mixin selector official aLj;a()Iintermediary method_4634Lnet/minecraft/class_955;method_4634()Inamed getPermissionLevelLnet/minecraft/command/AbstractCommand;getPermissionLevel()I
-
getUsageTranslationKey
- Mappings:
Namespace Name Mixin selector official bLl;b(Ln;)Ljava/lang/String;intermediary method_3275Lnet/minecraft/class_1007;method_3275(Lnet/minecraft/class_1061;)Ljava/lang/String;named getUsageTranslationKeyLnet/minecraft/command/Command;getUsageTranslationKey(Lnet/minecraft/command/CommandSource;)Ljava/lang/String;
-
method_3279
public void method_3279(MinecraftServer minecraftServer, CommandSource commandSource, String[] string) throws CommandException - Throws:
CommandException- Mappings:
Namespace Name Mixin selector official aLl;a(Lnet/minecraft/server/MinecraftServer;Ln;[Ljava/lang/String;)Vintermediary method_3279Lnet/minecraft/class_1007;method_3279(Lnet/minecraft/server/MinecraftServer;Lnet/minecraft/class_1061;[Ljava/lang/String;)Vnamed method_3279Lnet/minecraft/command/Command;method_3279(Lnet/minecraft/server/MinecraftServer;Lnet/minecraft/command/CommandSource;[Ljava/lang/String;)V
-
method_5549
private void method_5549(CommandSource commandSource, List<Entity> list, SpreadPlayersCommand.Pile pile, double double2, double double3, World world, boolean bool) throws CommandException - Throws:
CommandException- Mappings:
Namespace Name Mixin selector official aLbj;a(Ln;Ljava/util/List;Lbj$a;DDLajs;Z)Vintermediary method_5549Lnet/minecraft/class_1597;method_5549(Lnet/minecraft/class_1061;Ljava/util/List;Lnet/minecraft/class_1597$class_1598;DDLnet/minecraft/class_1150;Z)Vnamed method_5549Lnet/minecraft/server/command/SpreadPlayersCommand;method_5549(Lnet/minecraft/command/CommandSource;Ljava/util/List;Lnet/minecraft/server/command/SpreadPlayersCommand$Pile;DDLnet/minecraft/world/World;Z)V
-
method_5551
- Mappings:
Namespace Name Mixin selector official bLbj;b(Ljava/util/List;)Iintermediary method_5551Lnet/minecraft/class_1597;method_5551(Ljava/util/List;)Inamed method_5551Lnet/minecraft/server/command/SpreadPlayersCommand;method_5551(Ljava/util/List;)I
-
method_5550
private int method_5550(SpreadPlayersCommand.Pile pile, double double2, World world, Random random, double double3, double double4, double double5, double double6, SpreadPlayersCommand.Pile[] pile2, boolean bool) throws CommandException - Throws:
CommandException- Mappings:
Namespace Name Mixin selector official aLbj;a(Lbj$a;DLajs;Ljava/util/Random;DDDD[Lbj$a;Z)Iintermediary method_5550Lnet/minecraft/class_1597;method_5550(Lnet/minecraft/class_1597$class_1598;DLnet/minecraft/class_1150;Ljava/util/Random;DDDD[Lnet/minecraft/class_1597$class_1598;Z)Inamed method_5550Lnet/minecraft/server/command/SpreadPlayersCommand;method_5550(Lnet/minecraft/server/command/SpreadPlayersCommand$Pile;DLnet/minecraft/world/World;Ljava/util/Random;DDDD[Lnet/minecraft/server/command/SpreadPlayersCommand$Pile;Z)I
-
method_5552
private double method_5552(List<Entity> list, World world, SpreadPlayersCommand.Pile[] pile, boolean bool) - Mappings:
Namespace Name Mixin selector official aLbj;a(Ljava/util/List;Lajs;[Lbj$a;Z)Dintermediary method_5552Lnet/minecraft/class_1597;method_5552(Ljava/util/List;Lnet/minecraft/class_1150;[Lnet/minecraft/class_1597$class_1598;Z)Dnamed method_5552Lnet/minecraft/server/command/SpreadPlayersCommand;method_5552(Ljava/util/List;Lnet/minecraft/world/World;[Lnet/minecraft/server/command/SpreadPlayersCommand$Pile;Z)D
-
makePiles
private SpreadPlayersCommand.Pile[] makePiles(Random count, int minX, double double2, double double3, double double4, double double5) - Mappings:
Namespace Name Mixin selector official aLbj;a(Ljava/util/Random;IDDDD)[Lbj$a;intermediary method_5553Lnet/minecraft/class_1597;method_5553(Ljava/util/Random;IDDDD)[Lnet/minecraft/class_1597$class_1598;named makePilesLnet/minecraft/server/command/SpreadPlayersCommand;makePiles(Ljava/util/Random;IDDDD)[Lnet/minecraft/server/command/SpreadPlayersCommand$Pile;
-
method_10738
public List<String> method_10738(MinecraftServer server, CommandSource source, String[] string, @Nullable BlockPos pos) - Specified by:
method_10738in interfaceCommand- Overrides:
method_10738in classAbstractCommand- Mappings:
Namespace Name Mixin selector official aLl;a(Lnet/minecraft/server/MinecraftServer;Ln;[Ljava/lang/String;Lco;)Ljava/util/List;intermediary method_10738Lnet/minecraft/class_1007;method_10738(Lnet/minecraft/server/MinecraftServer;Lnet/minecraft/class_1061;[Ljava/lang/String;Lnet/minecraft/class_2552;)Ljava/util/List;named method_10738Lnet/minecraft/command/Command;method_10738(Lnet/minecraft/server/MinecraftServer;Lnet/minecraft/command/CommandSource;[Ljava/lang/String;Lnet/minecraft/util/math/BlockPos;)Ljava/util/List;
-