Class VillageBoundRandomStroll

java.lang.Object
net.minecraft.world.entity.ai.behavior.Behavior<PathfinderMob>
net.minecraft.world.entity.ai.behavior.VillageBoundRandomStroll
Direct Known Subclasses:
VictoryStroll

public class VillageBoundRandomStroll extends Behavior<PathfinderMob>
  • Field Details

    • MAX_XZ_DIST

      private static final int MAX_XZ_DIST
      See Also:
      Constant Field Values
    • MAX_Y_DIST

      private static final int MAX_Y_DIST
      See Also:
      Constant Field Values
    • speedModifier

      private final float speedModifier
    • maxXyDist

      private final int maxXyDist
    • maxYDist

      private final int maxYDist
  • Constructor Details

    • VillageBoundRandomStroll

      public VillageBoundRandomStroll(float p_24546_)
    • VillageBoundRandomStroll

      public VillageBoundRandomStroll(float p_24548_, int p_24549_, int p_24550_)
  • Method Details