Uses of Class
net.minecraft.command.impl.SpreadPlayersCommand.Position
-
Packages that use SpreadPlayersCommand.Position Package Description net.minecraft.command.impl -
-
Uses of SpreadPlayersCommand.Position in net.minecraft.command.impl
Methods in net.minecraft.command.impl that return SpreadPlayersCommand.Position Modifier and Type Method Description private static SpreadPlayersCommand.Position[]
SpreadPlayersCommand. createInitialPositions(java.util.Random p_198720_0_, int p_198720_1_, double p_198720_2_, double p_198720_4_, double p_198720_6_, double p_198720_8_)
Methods in net.minecraft.command.impl with parameters of type SpreadPlayersCommand.Position Modifier and Type Method Description (package private) double
SpreadPlayersCommand.Position. dist(SpreadPlayersCommand.Position p_198708_1_)
void
SpreadPlayersCommand.Position. moveAway(SpreadPlayersCommand.Position p_198705_1_)
private static double
SpreadPlayersCommand. setPlayerPositions(java.util.Collection<? extends Entity> p_241072_0_, ServerWorld p_241072_1_, SpreadPlayersCommand.Position[] p_241072_2_, int p_241072_3_, boolean p_241072_4_)
private static void
SpreadPlayersCommand. spreadPositions(Vector2f p_241071_0_, double p_241071_1_, ServerWorld p_241071_3_, java.util.Random p_241071_4_, double p_241071_5_, double p_241071_7_, double p_241071_9_, double p_241071_11_, int p_241071_13_, SpreadPlayersCommand.Position[] p_241071_14_, boolean p_241071_15_)
-