net.minecraft.server.command

public class SpreadPlayersCommand

extends AbstractCommand

All mapped superinterfaces:

Command

br
net.minecraft.class_1597
net.minecraft.server.command.SpreadPlayersCommand
net.minecraft.command.CommandSpreadPlayers

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public String
c()
method_3277()
getName()
getCommandName()
public int
a()
method_4634()
getRequiredPermissionLevel()
getRequiredPermissionLevel()
public String
c(ac arg0)
method_3275(class_1061 arg0)
getUsage(CommandSource arg0)
getCommandUsage(ICommandSender arg0)
public void
b(ac arg0, String[] arg1)
method_3279(class_1061 arg0, String[] arg1)
run(CommandSource arg0, String[] arg1)
processCommand(ICommandSender arg0, String[] arg1)
private void
a(ac arg0, List arg1, bs arg2, double arg3, double arg4, ahb arg5, boolean arg6)
method_5549(class_1061 arg0, List arg1, class_1598 arg2, double arg3, double arg4, class_1150 arg5, boolean arg6)
spreadPlayers(CommandSource source, List players, SpreadPlayersCommand__Pile pile, double spreadDistance, double maxRange, World world, boolean teams)
func_110669_a(ICommandSender arg0, List arg1, CommandSpreadPlayers$Position arg2, double arg3, double arg4, World arg5, boolean arg6)
private int
a(List arg0)
method_5551(List arg0)
getTeamCount(List entities)
func_110667_a(List arg0)
private int
a(bs arg0, double arg1, ahb arg2, Random arg3, double arg4, double arg5, double arg6, double arg7, bs[] arg8, boolean arg9)
method_5550(class_1598 arg0, double arg1, class_1150 arg2, Random arg3, double arg4, double arg5, double arg6, double arg7, class_1598[] arg8, boolean arg9)
spreadPlayers(SpreadPlayersCommand__Pile pile, double spreadDistance, World world, Random rand, double minX, double minZ, double maxX, double maxZ, SpreadPlayersCommand__Pile[] piles, boolean teams)
func_110668_a(CommandSpreadPlayers$Position arg0, double arg1, World arg2, Random arg3, double arg4, double arg5, double arg6, double arg7, CommandSpreadPlayers$Position[] arg8, boolean arg9)
private double
a(List arg0, ahb arg1, bs[] arg2, boolean arg3)
method_5552(List arg0, class_1150 arg1, class_1598[] arg2, boolean arg3)
teleportPlayers(List players, World world, SpreadPlayersCommand__Pile[] piles, boolean teams)
func_110671_a(List arg0, World arg1, CommandSpreadPlayers$Position[] arg2, boolean arg3)
private SpreadPlayersCommand__Pile[]
a(Random arg0, int arg1, double arg2, double arg3, double arg4, double arg5)
method_5553(Random arg0, int arg1, double arg2, double arg3, double arg4, double arg5)
makePiles(Random random, int count, double minX, double minZ, double maxX, double maxZ)
func_110670_a(Random arg0, int arg1, double arg2, double arg3, double arg4, double arg5)