Uses of Class
net.minecraft.server.command.SpreadPlayersCommand.Pile
Packages that use SpreadPlayersCommand.Pile
-
Uses of SpreadPlayersCommand.Pile in net.minecraft.server.command
Methods in net.minecraft.server.command that return SpreadPlayersCommand.PileModifier and TypeMethodDescriptionprivate static SpreadPlayersCommand.Pile[]
SpreadPlayersCommand.makePiles
(Random random, int count, double minX, double minZ, double maxX, double maxZ) Methods in net.minecraft.server.command with parameters of type SpreadPlayersCommand.PileModifier and TypeMethodDescription(package private) double
SpreadPlayersCommand.Pile.getDistance
(SpreadPlayersCommand.Pile other) private static double
SpreadPlayersCommand.getMinDistance
(Collection<? extends Entity> entities, ServerWorld world, SpreadPlayersCommand.Pile[] piles, int maxY, boolean respectTeams) private static void
SpreadPlayersCommand.spread
(Vec2f center, double spreadDistance, ServerWorld world, Random random, double minX, double minZ, double maxX, double maxZ, int maxY, SpreadPlayersCommand.Pile[] piles, boolean respectTeams) void
SpreadPlayersCommand.Pile.subtract
(SpreadPlayersCommand.Pile other)