net.minecraft.server.command

public class SpreadPlayersCommand

tm
net.minecraft.class_3131
net.minecraft.server.command.SpreadPlayersCommand
net.minecraft.server.command.SpreadPlayersCommand
net.minecraft.command.impl.SpreadPlayersCommand
net.minecraft.command.impl.SpreadPlayersCommand

Field summary

Modifier and TypeField
private static final Dynamic4CommandExceptionType
a
field_13734
FAILED_TEAMS_EXCEPTION
COULD_NOT_SPREAD_TEAMS_EXCEPTION
field_198723_a
SPREAD_TEAMS_FAILED
private static final Dynamic4CommandExceptionType
b
field_13735
FAILED_ENTITIES_EXCEPTION
COULD_NOT_SPREAD_ENTITIES_EXCEPTION
field_198724_b
SPREAD_ENTITIES_FAILED

Method summary

Modifier and TypeMethod
public static void
a(CommandDispatcher<cd> arg0)
method_13654(com.mojang.brigadier.CommandDispatcher<class_2168> arg0)
register(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> arg0)
register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> dispatcher)
func_198716_a(com.mojang.brigadier.CommandDispatcher<CommandSource> arg0)
register(com.mojang.brigadier.CommandDispatcher<CommandSource> dispatcher)
private static int
a(cd arg0, csa arg1, float arg2, float arg3, boolean arg4, Collection<? extends ail> arg5)
method_13656(class_2168 arg0, class_241 arg1, float arg2, float arg3, boolean arg4, Collection<? extends class_1297> arg5)
execute(ServerCommandSource arg0, Vec2f arg1, float arg2, float arg3, boolean arg4, Collection<? extends Entity> arg5)
spreadPlayers(CommandSourceStack source, Vec2f center, float spread, float range, boolean teams, Collection<? extends Entity> targets)
func_198722_a(CommandSource arg0, Vec2f arg1, float arg2, float arg3, boolean arg4, Collection<? extends Entity> arg5)
spreadPlayers(CommandSource source, Vec2f center, float spreadDistance, float maxRange, boolean respectTeams, Collection<? extends Entity> targets)
private static int
a(Collection<? extends ail> arg0)
method_13652(Collection<? extends class_1297> arg0)
getPileCountRespectingTeams(Collection<? extends Entity> arg0)
getTeamCount(Collection<? extends Entity> targets)
func_198715_a(Collection<? extends Entity> arg0)
getNumberOfTeams(Collection<? extends Entity> entities)
private static void
a(csa arg0, double arg1, vi arg2, Random arg3, double arg4, double arg5, double arg6, double arg7, tm$a[] arg8, boolean arg9)
method_13661(class_241 arg0, double arg1, class_3218 arg2, Random arg3, double arg4, double arg5, double arg6, double arg7, class_3131$class_3132[] arg8, boolean arg9)
spread(Vec2f arg0, double arg1, ServerWorld arg2, Random arg3, double arg4, double arg5, double arg6, double arg7, SpreadPlayersCommand$Pile[] arg8, boolean arg9)
spreadPlayers(Vec2f pos, double spread, ServerWorld world, Random random, double minX, double minZ, double maxX, double maxZ, SpreadPlayersCommand$Pile[] piles, boolean teams)
func_198717_a(Vec2f arg0, double arg1, ServerWorld arg2, Random arg3, double arg4, double arg5, double arg6, double arg7, SpreadPlayersCommand$Position[] arg8, boolean arg9)
ensureSufficientSeparation(Vec2f center, double maxZ, ServerWorld worldIn, Random random, double minX, double minZ, double maxX, double arg7, SpreadPlayersCommand$Position[] arg8, boolean arg9)
private static double
a(Collection<? extends ail> arg0, vi arg1, tm$a[] arg2, boolean arg3)
method_13657(Collection<? extends class_1297> arg0, class_3218 arg1, class_3131$class_3132[] arg2, boolean arg3)
getMinimumDistance(Collection<? extends Entity> arg0, ServerWorld arg1, SpreadPlayersCommand$Pile[] arg2, boolean arg3)
teleportPlayers(Collection<? extends Entity> targets, ServerWorld world, SpreadPlayersCommand$Pile[] piles, boolean teams)
func_198719_a(Collection<? extends Entity> arg0, ServerWorld arg1, SpreadPlayersCommand$Position[] arg2, boolean arg3)
doSpreading(Collection<? extends Entity> targets, ServerWorld worldIn, SpreadPlayersCommand$Position[] positions, boolean respectTeams)
private static SpreadPlayersCommand$Pile[]
a(Random arg0, int arg1, double arg2, double arg3, double arg4, double arg5)
method_13653(Random arg0, int arg1, double arg2, double arg3, double arg4, double arg5)
makePiles(Random arg0, int arg1, double arg2, double arg3, double arg4, double arg5)
makePiles(Random random, int random, double count, double minZ, double maxX, double maxZ)
func_198720_a(Random arg0, int arg1, double arg2, double arg3, double arg4, double arg5)
getPositions(Random random, int count, double minX, double minZ, double maxX, double maxZ)