LeviLamina
|
This is the complete list of members for RandomPos, including all inherited members.
generateRandomPos(::Mob &mob, int xzDist, int yDist, ::Vec3 const *dir, bool canFly, bool canSwim, int tries, ::SolidityCheckType blockTest) | RandomPos | static |
generateRandomPos(::Randomize &randomize, ::Mob &mob, int xzDist, int yDist, int yOffset, ::Vec3 const *dir, bool canFly, bool canSwim, ::IntRange const &hoverHeight, int tries, ::SolidityCheckType blockTest) | RandomPos | static |
generateRandomSpawnPos(::BlockSource ®ion, ::Random &random, ::Vec3 const &inPos, int numAttempts, int xzDist, int yDist, ::Vec3 *dir) | RandomPos | static |
getPos(::Mob &mob, int xzDist, int yDist, int tries, ::SolidityCheckType blockTest) | RandomPos | static |
getPosAvoid(::Mob &mob, int xzDist, int yDist, ::Vec3 const &avoidPos, ::SolidityCheckType blockTest, int tries) | RandomPos | static |
getPosInDirection(::Mob &mob, int xzDist, int yDist, int yOffset, bool canFly, bool canSwim, ::Vec3 *direction, ::IntRange const &hoverHeight, int tries, ::SolidityCheckType blockTest) | RandomPos | static |
getPosTowards(::Mob &mob, int xzDist, int yDist, ::Vec3 const &towardsPos) | RandomPos | static |
getPosTowards(::Random &random, ::Mob &mob, int xzDist, int yDist, ::Vec3 const &towardsPos) | RandomPos | static |
snapToGround(::BlockPos &inOutPos, ::Mob &mob, int yDist, ::IntRange const &hoverHeight, ::SolidityCheckType blockTest) | RandomPos | static |
spawnSnapToGround(::BlockSource ®ion, ::BlockPos &inOutPos, float startingY, int yDist) | RandomPos | static |