net.minecraft.server.commands

public class SpreadPlayersCommand

adr
net.minecraft.server.commands.SpreadPlayersCommand
net.minecraft.class_3131
net.minecraft.server.command.SpreadPlayersCommand
net.minecraft.src.C_5376_
net.minecraft.server.commands.CommandSpreadPlayers

Field summary

Modifier and TypeField
private static final int
a
MAX_ITERATION_COUNT
field_33397
MAX_ATTEMPTS
f_180523_
private static final com.mojang.brigadier.exceptions.Dynamic4CommandExceptionType
b
ERROR_FAILED_TO_SPREAD_TEAMS
field_13734
FAILED_TEAMS_EXCEPTION
f_138693_
private static final com.mojang.brigadier.exceptions.Dynamic4CommandExceptionType
c
ERROR_FAILED_TO_SPREAD_ENTITIES
field_13735
FAILED_ENTITIES_EXCEPTION
f_138694_
private static final com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType
d
ERROR_INVALID_MAX_HEIGHT
field_36326
INVALID_HEIGHT_EXCEPTION
f_201848_

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public static void
a(com.mojang.brigadier.CommandDispatcher<dr> arg0)
register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> arg0)
method_13654(com.mojang.brigadier.CommandDispatcher<class_2168> arg0)
register(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher)
m_138696_(com.mojang.brigadier.CommandDispatcher<C_2969_> p_138697_)
private static int
a(dr arg0, dvs arg1, float arg2, float arg3, int arg4, boolean arg5, Collection<? extends baq> arg6)
spreadPlayers(CommandSourceStack arg0, Vec2 arg1, float arg2, float arg3, int arg4, boolean arg5, Collection<? extends Entity> arg6)
method_13656(class_2168 arg0, class_241 arg1, float arg2, float arg3, int arg4, boolean arg5, Collection<? extends class_1297> arg6)
execute(ServerCommandSource source, Vec2f center, float spreadDistance, float maxRange, int maxY, boolean respectTeams, Collection<? extends Entity> players)
m_138702_(C_2969_ p_138703_, C_3045_ p_138704_, float p_138705_, float p_138706_, int p_138707_, boolean p_138708_, Collection<? extends C_507_> p_138709_)
private static int
a(Collection<? extends baq> arg0)
getNumberOfTeams(Collection<? extends Entity> arg0)
method_13652(Collection<? extends class_1297> arg0)
getPileCountRespectingTeams(Collection<? extends Entity> entities)
m_138727_(Collection<? extends C_507_> p_138728_)
private static void
a(dvs arg0, double arg1, afo arg2, alu arg3, double arg4, double arg5, double arg6, double arg7, int arg8, adr$a[] arg9, boolean arg10)
spreadPositions(Vec2 arg0, double arg1, ServerLevel arg2, RandomSource arg3, double arg4, double arg5, double arg6, double arg7, int arg8, SpreadPlayersCommand$Position[] arg9, boolean arg10)
method_13661(class_241 arg0, double arg1, class_3218 arg2, class_5819 arg3, double arg4, double arg5, double arg6, double arg7, int arg8, class_3131$class_3132[] arg9, boolean arg10)
spread(Vec2f center, double spreadDistance, ServerWorld world, Random random, double minX, double minZ, double maxX, double maxZ, int maxY, SpreadPlayersCommand$Pile[] piles, boolean respectTeams)
m_214740_(C_3045_ p_214741_, double p_214742_, C_12_ p_214744_, C_212974_ p_214745_, double p_214746_, double p_214748_, double p_214750_, double arg7, int arg8, C_5377_[] arg9, boolean arg10)
private static double
a(Collection<? extends baq> arg0, afo arg1, adr$a[] arg2, int arg3, boolean arg4)
setPlayerPositions(Collection<? extends Entity> arg0, ServerLevel arg1, SpreadPlayersCommand$Position[] arg2, int arg3, boolean arg4)
method_13657(Collection<? extends class_1297> arg0, class_3218 arg1, class_3131$class_3132[] arg2, int arg3, boolean arg4)
getMinDistance(Collection<? extends Entity> entities, ServerWorld world, SpreadPlayersCommand$Pile[] piles, int maxY, boolean respectTeams)
m_138729_(Collection<? extends C_507_> p_138730_, C_12_ p_138731_, C_5377_[] p_138732_, int p_138733_, boolean p_138734_)
private static SpreadPlayersCommand$Position[]
a(alu arg0, int arg1, double arg2, double arg3, double arg4, double arg5)
createInitialPositions(RandomSource arg0, int arg1, double arg2, double arg3, double arg4, double arg5)
method_13653(class_5819 arg0, int arg1, double arg2, double arg3, double arg4, double arg5)
makePiles(Random random, int count, double minX, double minZ, double maxX, double maxZ)
m_214733_(C_212974_ p_214734_, int p_214735_, double p_214736_, double p_214738_, double arg4, double arg5)